summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Lhomme <robux4@gmail.com>2015-07-24 09:38:04 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-24 20:02:32 +0200
commit58ed7b632842f3fedbe737c3945cabc56bab2f47 (patch)
treec03249b25e1695d23b351ce44d6beef0e8b23e7f /configure
parentdaf6bce71be9534628a72baa5d1f1f0db281f5e5 (diff)
use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe
favor link over link.exe in case some wrapper script already exists fallback to "link" in the path if the one next to cl is not found Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7b8815fb6d..7748bc7018 100755
--- a/configure
+++ b/configure
@@ -3183,7 +3183,7 @@ case "$toolchain" in
else
cc_default="c99wrap cl"
fi
- ld_default="link"
+ ld_default="$source_path/compat/windows/mslink"
nm_default="dumpbin -symbols"
ar_default="lib"
target_os_default="win32"