diff options
Diffstat (limited to 'msvc-common/msvc-link-common')
-rwxr-xr-x | msvc-common/msvc-link-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc-common/msvc-link-common b/msvc-common/msvc-link-common index 04f37d6..25d3949 100755 --- a/msvc-common/msvc-link-common +++ b/msvc-common/msvc-link-common @@ -175,7 +175,7 @@ export LIB # link.exe may need to run mt.exe which is in the SDK. # -export WINEPATH="$VCBIN;$VCDLL;$SDKBIN" +export WINEPATH="$VCBIN;$VCDLL;$SDKBIN;$WINEPATH" # link.exe always sends diagnostics to stdout. # |