mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
x
This commit is contained in:
parent
15ad593a25
commit
0f1dc252d7
1 changed files with 2 additions and 0 deletions
2
build.rs
2
build.rs
|
@ -166,6 +166,8 @@ fn build_v8() {
|
|||
gn_args.push("use_lld=false".to_string());
|
||||
gn_args.push("v8_static_library=true".to_string());
|
||||
gn_args.push("clang_use_chrome_plugins=false".to_string());
|
||||
// execinfo. is not available in musl
|
||||
gn_args.push("is_debug=false".to_string());
|
||||
gn_args.push(format!(
|
||||
"custom_toolchain=\"{}:{}\"",
|
||||
manifest_dir.display(),
|
||||
|
|
Loading…
Reference in a new issue