From 7ff406cb6b653c6895887ebb8126a1bbeba8a1ec Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 28 Sep 2006 17:15:52 +0000 Subject: [PATCH] Correctly report python library path [SVN r35391] --- src/tools/python.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/python.jam b/src/tools/python.jam index a5eb79a8d..836a6edf6 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -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