|
|
@ -207,6 +207,7 @@ class BuildLibpythonize(Command):
|
|
|
|
# Link the resulting object file to create a shared library.
|
|
|
|
# Link the resulting object file to create a shared library.
|
|
|
|
cmdlist = ['libtool']
|
|
|
|
cmdlist = ['libtool']
|
|
|
|
cmdlist.append("--mode=link")
|
|
|
|
cmdlist.append("--mode=link")
|
|
|
|
|
|
|
|
cmdlist.append("--tag=LD")
|
|
|
|
|
|
|
|
|
|
|
|
# Grab the linker command name
|
|
|
|
# Grab the linker command name
|
|
|
|
cmdlist.append(sysconfig.get_config_var("LDSHARED").split()[0])
|
|
|
|
cmdlist.append(sysconfig.get_config_var("LDSHARED").split()[0])
|
|
|
|