2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Windows fix: use <library>/pytho/python_for_extensions, not <use>, so that

we actually link to Python import lib on windows.


[SVN r34666]
This commit is contained in:
Vladimir Prus
2006-07-22 12:28:00 +00:00
parent a1e865061c
commit f5a69a1dab

View File

@@ -64,7 +64,7 @@ lib boost_python
# symbols are available in Python interpreter.
# If Boost.Python is used for extending, client
# is required to link to /python//python itself.
<use>/python//python_for_extensions
<library>/python//python_for_extensions
: # default build
<link>shared
: # usage requirements