Build: Link against libpEpCxx11

pull/14/head
heck 4 months ago
parent f2283cf189
commit f755585d1b

@ -97,6 +97,7 @@ class BuildExtCommand(build_ext):
libs = [
'pEpEngine',
'pEpAdapter',
'pEpCxx11',
'boost_python3-mt',
'boost_locale-mt'
]
@ -122,6 +123,7 @@ class BuildExtCommand(build_ext):
libs = [
'pEpEngine',
'pEpAdapter',
'pEpCxx11',
'boost_python3',
'boost_locale'
]

Loading…
Cancel
Save