aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cpp/wrapper/bin/pydir/msvc_link.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpp/wrapper/bin/pydir/msvc_link.py b/tools/cpp/wrapper/bin/pydir/msvc_link.py
index 79d118d5d0..28a58f727f 100644
--- a/tools/cpp/wrapper/bin/pydir/msvc_link.py
+++ b/tools/cpp/wrapper/bin/pydir/msvc_link.py
@@ -36,6 +36,7 @@ LINKPATTERNS = [
('-no-whole-archive', []),
('-rdynamic', []),
(r'-Wl,(.+)\.lib', ['$0.lib']),
+ (r'-DEFAULTLIB:(.+)', ['/DEFAULTLIB:$0']),
('-Wl,@(.+)', ['$LOAD_PARAMS0']),
('@(.+)', ['$LOAD_PARAMS0']),
('-Wl,-rpath(.+)', []),