summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2d4bd2f..e1f3238 100755
--- a/setup.py
+++ b/setup.py
@@ -207,6 +207,7 @@ class BuildLibpythonize(Command):
# Link the resulting object file to create a shared library.
cmdlist = ['libtool']
cmdlist.append("--mode=link")
+ cmdlist.append("--tag=LD")
# Grab the linker command name
cmdlist.append(sysconfig.get_config_var("LDSHARED").split()[0])