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