From 27f595e961cfbe2a0c88795f3183a7e2e17d3308 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 8 Mar 2024 21:29:44 +0530 Subject: [PATCH] x --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index 2d575532..e9503ad7 100644 --- a/build.rs +++ b/build.rs @@ -330,6 +330,7 @@ fn download_v8_pgo_data() { ), ); println!("Downloading PGO data"); + #[cfg(not(target_os = "windows"))] assert!(Command::new(python()) .arg("./v8/tools/builtins-pgo/download_profiles.py") .arg("download")