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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user