mirror of
https://github.com/boostorg/build.git
synced 2026-02-23 15:42:14 +00:00
Fix python's generator error
[SVN r37243]
This commit is contained in:
@@ -638,7 +638,7 @@ local rule declare-libpython-target ( version ? : sys.platform ? : requirements
|
||||
libpython-target-name = $(libpython-target-name:J=-).lib ;
|
||||
|
||||
# Declare and return it
|
||||
lib $(libpython-target-name) : : <name>python$(lib-version) $(requirements) ;
|
||||
searched-lib $(libpython-target-name) : : <name>python$(lib-version) $(requirements) ;
|
||||
return $(libpython-target-name) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user