Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
274 B
Text
8 lines
274 B
Text
You have built the Boost.Python library. You have to add the following
|
|
options when building your own code:
|
|
|
|
Compiler options:
|
|
-I%%PYTHON_INCLUDEDIR%% -I%%LOCALBASE%%/include
|
|
|
|
Linker options:
|
|
-L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%%
|