From 06e4e23eceab60336ba58a35034e34ed701cda42 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 12 Aug 2022 18:09:09 +0200 Subject: [PATCH] Build: macOS - Depend to newly available "general 3x" version of boost-python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa9cb50..7048107 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class BuildExtCommand(build_ext): libs = [ 'pEpEngine', 'pEpAdapter', - 'boost_python38-mt', + 'boost_python3-mt', 'boost_locale-mt' ] compile_flags = ['-std=c++14', '-fpermissive']