2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Try to property set interpreter for NT.

[SVN r33051]
This commit is contained in:
Vladimir Prus
2006-02-21 07:27:39 +00:00
parent 735df8ea9d
commit bb07e82f78

View File

@@ -205,6 +205,22 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ?
PYTHON_DEBUG_IMPORT_LIB ?= [ GLOB $(PYTHON_LIB_PATH) : libpython$(PYTHON_VERSION_NODOT).* ] ;
local interpreter = [ common.get-invocation-command
python : python$(version) : : $(root)/bin
$(root)
$(root)/PCBuild
: path-last ] ;
if --debug-configuration in [ modules.peek : ARGV ]
{
ECHO "notice: Python include path is" $(includes) ;
ECHO "notice: Python library path is" $(libraries) ;
ECHO "notice: Python interpreter is" $(interpreter) ;
}
flags python.capture-output PYTHON : $(interpreter) ;
# This is mingw-specific V1 code. I don't yet understand
# why mingw must be specially-cased.
#local lib = $(PYTHON_IMPORT_LIB) ;