2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Get rid of debugging message

[SVN r36902]
This commit is contained in:
Dave Abrahams
2007-02-06 21:52:48 +00:00
parent 8452835822
commit af335fa167

View File

@@ -418,8 +418,6 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ?
PYTHON_IMPORT_LIB ?= [ GLOB $(PYTHON_LIB_PATH) : libpython$(PYTHON_VERSION_NODOT).* ] ;
PYTHON_DEBUG_IMPORT_LIB ?= [ GLOB $(PYTHON_LIB_PATH) : libpython$(PYTHON_VERSION_NODOT).* ] ;
ECHO searching for python.exe in $(root)/bin ;
local interpreter = [ common.get-invocation-command
python.exe : python.exe : : $(root)/bin
$(root)