diff options
Diffstat (limited to 'msvc-link-common')
-rwxr-xr-x | msvc-link-common | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |