Backed out changeset 4d9d3ff807a9
Does not work on x86-64.
This commit is contained in:
@@ -445,10 +445,6 @@ def build(bld):
|
||||
pymod.target = 'ns3/_ns3'
|
||||
pymod.name = 'ns3module'
|
||||
pymod.uselib_local = "ns3"
|
||||
if pymod.env['ENABLE_STATIC_NS3']:
|
||||
pymod.env.append_value('LINKFLAGS', '-Wl,--whole-archive,-Bstatic')
|
||||
pymod.env.append_value('LINKFLAGS', '-lns3')
|
||||
pymod.env.append_value('LINKFLAGS', '-Wl,-Bdynamic,--no-whole-archive')
|
||||
|
||||
defines = list(pymod.env['CXXDEFINES'])
|
||||
defines.extend(['NS_DEPRECATED=', 'NS3_DEPRECATED_H'])
|
||||
|
||||
Reference in New Issue
Block a user