mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Correctly report python library path
[SVN r35391]
This commit is contained in:
@@ -212,7 +212,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
|
||||
debug-message "Python include path is" $(includes) ;
|
||||
|
||||
libraries ?= $(root)/lib/python$(version)/config ;
|
||||
debug-message "Python library path is" $(includes) ;
|
||||
debug-message "Python library path is" $(libraries) ;
|
||||
|
||||
#
|
||||
# End autoconfiguration sequence
|
||||
|
||||
Reference in New Issue
Block a user