mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Don't use libunwind on Windows
This commit is contained in:
parent
c54155694b
commit
9f2846853e
1 changed files with 3 additions and 1 deletions
4
BUILD.gn
4
BUILD.gn
|
@ -17,8 +17,10 @@ static_library("rusty_v8") {
|
||||||
configs += [
|
configs += [
|
||||||
":rusty_v8_config",
|
":rusty_v8_config",
|
||||||
"//buildtools/third_party/libc++:config",
|
"//buildtools/third_party/libc++:config",
|
||||||
"//buildtools/third_party/libunwind:libunwind_config",
|
|
||||||
]
|
]
|
||||||
|
if (!is_win) {
|
||||||
|
configs += [ "//buildtools/third_party/libunwind:libunwind_config" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
config("rusty_v8_config") {
|
config("rusty_v8_config") {
|
||||||
|
|
Loading…
Reference in a new issue