aboutsummaryrefslogtreecommitdiff
path: root/msvc-lib-common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-13 10:33:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-13 10:33:55 +0200
commit9f6facd4f3bcc3b7f522c74616c184d7b8cdbfb4 (patch)
tree18a3318341fd5f475b9e136934a364e42c39d474 /msvc-lib-common
parent562856e6a0844b979e9e51749c7a0d228e723b9e (diff)
Add SDKBIN to link.exe's PATH since it may need to run mt.exe
Diffstat (limited to 'msvc-lib-common')
-rwxr-xr-xmsvc-lib-common2
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