mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:19:01 +08:00
13 lines
453 B
Diff
13 lines
453 B
Diff
|
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn
|
||
|
index ba85c3d..901ba99 100644
|
||
|
--- a/gn/toolchain/BUILD.gn
|
||
|
+++ b/gn/toolchain/BUILD.gn
|
||
|
@@ -94,6 +94,7 @@ toolchain("msvc") {
|
||
|
# ARM64 compiler is incomplete - it relies on DLLs located in the host toolchain directory.
|
||
|
env_setup = "$shell set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\x64\" && "
|
||
|
}
|
||
|
+ env_setup = "" # overwrite
|
||
|
|
||
|
cl_m32_flag = ""
|
||
|
|