Bug 1335 - waf 1.6.10 upgrade breaks OS X build when Python enabled

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-01-08 16:26:02 +00:00
parent 124048554e
commit 0f873e1d63

View File

@@ -276,6 +276,12 @@ def ns3_python_bindings(bld):
pymod.env['DEFINES'] = defines
pymod.includes = '# bindings'
pymod.install_path = '${PYTHONARCHDIR}/ns'
# Workaround to a WAF bug, remove this when ns-3 upgrades to WAF > 1.6.10
# https://www.nsnam.org/bugzilla/show_bug.cgi?id=1335
# http://code.google.com/p/waf/issues/detail?id=1098
pymod.mac_bundle = True
return pymod