diff options
Diffstat (limited to 'msvc-common/msvc-cl-common')
-rwxr-xr-x | msvc-common/msvc-cl-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common index 833baec..4a5b79f 100755 --- a/msvc-common/msvc-cl-common +++ b/msvc-common/msvc-cl-common @@ -143,6 +143,6 @@ export LIB # The linker may need to run mt.exe which is in the SDK. # -export WINEPATH="$VCBIN;$VCDLL;$SDKBIN" +export WINEPATH="$VCBIN;$VCDLL;$SDKBIN;$WINEPATH" msvc_exec $diag "$VCBIN\\cl.exe" "${args[@]}" |