diff --git a/src/libpython/core.cpp b/src/libpython/core.cpp index 7d576248..bdcd6a76 100644 --- a/src/libpython/core.cpp +++ b/src/libpython/core.cpp @@ -1,3 +1,4 @@ +#define BOOST_PYTHON_USE_GCC_SYMBOL_VISIBILITY 1 #include "base.h" #include #include