2
0
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:
Dave Abrahams
2006-09-28 17:15:52 +00:00
parent 67a8f7ed2b
commit 7ff406cb6b

View File

@@ -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