From b0e0ca4e60483b76383ae3575ef39423fda608d6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Jul 2016 18:14:06 +0200 Subject: Use 64-to-32 cross compiler for VC 12 and 14 32-bit link.exe hangs with /DEBUG. --- msvc-cl-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msvc-cl-common') 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[@]}" -- cgit v1.1