summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/mingw.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/mingw.py')
-rw-r--r--SCons/Tool/mingw.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/SCons/Tool/mingw.py b/SCons/Tool/mingw.py
index f72c64d..90c41d0 100644
--- a/SCons/Tool/mingw.py
+++ b/SCons/Tool/mingw.py
@@ -198,6 +198,11 @@ def generate(env):
env['_SHLIBSUFFIX'] = '$SHLIBSUFFIX'
env["SHLIBPREFIX"] = ""
+ # Disable creating symlinks for versioned shared library.
+ env['SHLIBNOVERSIONSYMLINKS'] = True
+ env['LDMODULENOVERSIONSYMLINKS'] = True
+ env['IMPLIBNOVERSIONSYMLINKS'] = True
+
def exists(env):