removed debug statement

metadata
Wenzel Jakob 2012-09-28 20:38:25 -04:00
parent cde938fda9
commit 4d62f7b509
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ env = locals()
env['PYTHON'+pyver+'INCLUDE'] = []
env['PYTHON'+pyver+'LIB'] = ['boost_python3' if pyver[0] == '3' else 'boost_python']
print(env['PYTHON'+pyver+'LIB'])
for entry in os.popen("python-config --cflags --libs").read().split():
if entry[:2] == '-I':
env['PYTHON'+pyver+'INCLUDE'] += [entry[2:]]