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