mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
fixes
[SVN r12133]
This commit is contained in:
11
python.jam
11
python.jam
@@ -142,9 +142,16 @@ rule python-files ( module implib ? : sources * )
|
||||
|
||||
dll-files $(actual-module) $(implib) : $(sources) : PYD ;
|
||||
|
||||
if $(NT) && ( $(gCURRENT_TOOLSET) = gcc )
|
||||
if ( $(gCURRENT_TOOLSET) = gcc )
|
||||
{
|
||||
add-cygwin-python-run-path $(<[-1]) ;
|
||||
if $(NT)
|
||||
{
|
||||
add-cygwin-python-run-path $(<[-1]) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
gRUN_PATH($(module)) += $(GCC_ROOT_DIRECTORY)/lib ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user