Browse Source

Build: macOS - Depend to newly available "general 3x" version of boost-python

Release_2.1
heck 3 years ago
parent
commit
06e4e23ece
  1. 2
      setup.py

2
setup.py

@ -97,7 +97,7 @@ class BuildExtCommand(build_ext):
libs = [ libs = [
'pEpEngine', 'pEpEngine',
'pEpAdapter', 'pEpAdapter',
'boost_python38-mt', 'boost_python3-mt',
'boost_locale-mt' 'boost_locale-mt'
] ]
compile_flags = ['-std=c++14', '-fpermissive'] compile_flags = ['-std=c++14', '-fpermissive']

Loading…
Cancel
Save