Fix FTBFS on newer Ubuntu versions

pull/1/head
Timothy Pearson 11 years ago
parent cffa31c22e
commit 82320c02a2

@ -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])

Loading…
Cancel
Save