diff options
Diffstat (limited to 'msvc-cl-common')
-rwxr-xr-x | msvc-cl-common | 2 |
1 files changed, 1 insertions, 1 deletions
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[@]}" |