mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Don't use libunwind on Windows
This commit is contained in:
parent
c54155694b
commit
9f2846853e
4
BUILD.gn
4
BUILD.gn
@ -17,8 +17,10 @@ static_library("rusty_v8") {
|
||||
configs += [
|
||||
":rusty_v8_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") {
|
||||
|
Loading…
Reference in New Issue
Block a user