2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

Fixes for Python and Cygwin testing

[SVN r17667]
This commit is contained in:
Dave Abrahams
2003-02-27 02:20:01 +00:00
parent 2c4fa48f46
commit ee44c90e85

View File

@@ -61,7 +61,9 @@ run ../test/embedding.cpp <dll>../build/boost_python
: # requirements
$(PYTHON_PROPERTIES)
<library-path>$(PYTHON_LIB_PATH)
<find-library>$(PYTHON_EMBEDDED_LIBRARY) ;
<$(gcc-compilers)><debug-python><library-path>$(CYGWIN_PYTHON_DEBUG_DLL_PATH)
<$(gcc-compilers)><*><library-path>$(CYGWIN_PYTHON_DLL_PATH)
<find-library>$(PYTHON_EMBEDDED_LIBRARY) ;
bpl-test staticmethod ;
bpl-test shared_ptr ;