clean up - LIBS
This commit is contained in:
parent
b20007b440
commit
71d2bda91e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ boost_python_src.append(glob.glob(boost_python_src_dir + 'object/*.cpp'))
|
|||
boost_python_src.append(glob.glob(boost_python_src_dir + 'converter/*.cpp'))
|
||||
|
||||
python_cpppath = python_root+'/include/python'+python_version
|
||||
lib_boost_python = env.SharedLibrary('libboost-python',boost_python_src,CPPPATH=[boost_root,python_cpppath])
|
||||
|
||||
lib_boost_python = env.SharedLibrary('libboost-python',boost_python_src,LIBS=[],CPPPATH=[boost_root,python_cpppath])
|
||||
|
||||
env.Install(prefix + '/lib',lib_boost_python)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue