2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Replace <find-library> with <find-shared-library> as the former is old

spelling that has no effect.


[SVN r34946]
This commit is contained in:
Vladimir Prus
2006-08-25 07:22:22 +00:00
parent d83c1a45b5
commit 2f2510e80e

View File

@@ -361,7 +361,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ?
:
: <library-path>$(PYTHON_LIB_PATH)
<include>$(PYTHON_INCLUDES)
<find-library>$(lib) ;
<find-shared-library>$(lib) ;
}
else
{
@@ -390,7 +390,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ?
#else
#{
properties += <library-path>$(CYGWIN_PYTHON_LIB_PATH)
<find-library>python$(CYGWIN_PYTHON_VERSION).dll ;
<find-shared-library>python$(CYGWIN_PYTHON_VERSION).dll ;
properties += <include>$(root)/include/python$(version) ;