diff options
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]) |