aboutsummaryrefslogtreecommitdiff
path: root/msvc-cl-common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-29 18:14:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-29 18:14:06 +0200
commitb0e0ca4e60483b76383ae3575ef39423fda608d6 (patch)
treea246d666a5fd74a04b5ad6dae8422ad563840600 /msvc-cl-common
parent9f6facd4f3bcc3b7f522c74616c184d7b8cdbfb4 (diff)
Use 64-to-32 cross compiler for VC 12 and 14
32-bit link.exe hangs with /DEBUG.
Diffstat (limited to 'msvc-cl-common')
-rwxr-xr-xmsvc-cl-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc-cl-common b/msvc-cl-common
index e101dd8..597b0e5 100755
--- a/msvc-cl-common
+++ b/msvc-cl-common
@@ -147,6 +147,6 @@ export LIB
# The linker may need to run mt.exe which is in the SDK.
#
-export WINEPATH=$SDKBIN
+export WINEPATH="$VCBIN;$VCDLL;$SDKBIN"
msvc_exec $diag "$VCBIN\\cl.exe" "${args[@]}"