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-link-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msvc-link-common') diff --git a/msvc-link-common b/msvc-link-common index a83bac9..7cd121b 100755 --- a/msvc-link-common +++ b/msvc-link-common @@ -179,7 +179,7 @@ export LIB # link.exe may need to run mt.exe which is in the SDK. # -export WINEPATH=$SDKBIN +export WINEPATH="$VCBIN;$VCDLL;$SDKBIN" # link.exe always sends diagnostics to stdout. # -- cgit v1.1