Bug 1240 - remove monolithic python bindings from waf

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-08-18 16:53:15 +01:00
parent 00aca9f55f
commit 509b37f132
76 changed files with 3 additions and 111599 deletions

View File

@@ -306,8 +306,6 @@ def ns3_python_bindings(bld):
if not env['ENABLE_PYTHON_BINDINGS']:
return
if env['BINDINGS_TYPE'] not in ('modular', 'both'):
return
bindings_dir = bld.path.find_dir("bindings")
if bindings_dir is None or not os.path.exists(bindings_dir.abspath()):