From 58c841799fd028a7005c2a2c94eb5cecd04655ad Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 25 Aug 2006 07:23:33 +0000 Subject: [PATCH] Merge: fix spelling of 'find-library' [SVN r34947] --- src/tools/python.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/python.jam b/src/tools/python.jam index 25ad9ac7a..d7a893b26 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -361,7 +361,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ? : : $(PYTHON_LIB_PATH) $(PYTHON_INCLUDES) - $(lib) ; + $(lib) ; } else { @@ -390,7 +390,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ? #else #{ properties += $(CYGWIN_PYTHON_LIB_PATH) - python$(CYGWIN_PYTHON_VERSION).dll ; + python$(CYGWIN_PYTHON_VERSION).dll ; properties += $(root)/include/python$(version) ;