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) ;