removed debug statement
parent
cde938fda9
commit
4d62f7b509
|
@ -33,8 +33,6 @@ env = locals()
|
||||||
env['PYTHON'+pyver+'INCLUDE'] = []
|
env['PYTHON'+pyver+'INCLUDE'] = []
|
||||||
env['PYTHON'+pyver+'LIB'] = ['boost_python3' if pyver[0] == '3' else 'boost_python']
|
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():
|
for entry in os.popen("python-config --cflags --libs").read().split():
|
||||||
if entry[:2] == '-I':
|
if entry[:2] == '-I':
|
||||||
env['PYTHON'+pyver+'INCLUDE'] += [entry[2:]]
|
env['PYTHON'+pyver+'INCLUDE'] += [entry[2:]]
|
||||||
|
|
Loading…
Reference in New Issue