aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/skia/disable-msvc-env-setup.patch
blob: 96f99c69e665523ee80729cd0c0f55d073951f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn
index 4d4abc952f..5800f30bd9 100644
--- a/gn/toolchain/BUILD.gn
+++ b/gn/toolchain/BUILD.gn
@@ -96,6 +96,7 @@ template("msvc_toolchain") {
       # 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 = ""