mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Add libc++ and libunwind configs to library
This commit is contained in:
parent
6758abc8c0
commit
c54155694b
6
BUILD.gn
6
BUILD.gn
@ -14,7 +14,11 @@ static_library("rusty_v8") {
|
||||
"//build/config/compiler:default_init_stack_vars",
|
||||
"//build/config/compiler:thin_archive",
|
||||
]
|
||||
configs += [ ":rusty_v8_config" ]
|
||||
configs += [
|
||||
":rusty_v8_config",
|
||||
"//buildtools/third_party/libc++:config",
|
||||
"//buildtools/third_party/libunwind:libunwind_config",
|
||||
]
|
||||
}
|
||||
|
||||
config("rusty_v8_config") {
|
||||
|
Loading…
Reference in New Issue
Block a user