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
edf3b089bb
commit
27f595e961
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -330,6 +330,7 @@ fn download_v8_pgo_data() {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
println!("Downloading PGO data");
|
println!("Downloading PGO data");
|
||||||
|
#[cfg(not(target_os = "windows"))]
|
||||||
assert!(Command::new(python())
|
assert!(Command::new(python())
|
||||||
.arg("./v8/tools/builtins-pgo/download_profiles.py")
|
.arg("./v8/tools/builtins-pgo/download_profiles.py")
|
||||||
.arg("download")
|
.arg("download")
|
||||||
|
|
Loading…
Reference in a new issue