From 2caa88392c4db47d77b83d767abed4e5d15bf3ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 14:11:48 +0200 Subject: Keep existing value when modifying WINEPATH --- msvc-common/msvc-link-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msvc-common/msvc-link-common') 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. # -- cgit v1.1