From 2f2510e80ee4e4e60bd8c4eb97c0d897ed068a5a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 25 Aug 2006 07:22:22 +0000 Subject: [PATCH] Replace with as the former is old spelling that has no effect. [SVN r34946] --- 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) ;