diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-13 10:33:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-13 10:33:55 +0200 |
commit | 9f6facd4f3bcc3b7f522c74616c184d7b8cdbfb4 (patch) | |
tree | 18a3318341fd5f475b9e136934a364e42c39d474 /msvc-lib-common | |
parent | 562856e6a0844b979e9e51749c7a0d228e723b9e (diff) |
Add SDKBIN to link.exe's PATH since it may need to run mt.exe
Diffstat (limited to 'msvc-lib-common')
-rwxr-xr-x | msvc-lib-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc-lib-common b/msvc-lib-common index 7f10223..4cd1c51 100755 --- a/msvc-lib-common +++ b/msvc-lib-common @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Common lib.exe driver that expects the VC and LIB variables to be set for +# Common lib.exe driver that expects the VCBIN and LIB variables to be set for # the specific MSVC version/configuration. # # It's not clear/documented why we need LIB or what the /LIBPATH option is |