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

For Windows, don't add version to Python interpreter name. Seem that this

does not work.


[SVN r33118]
This commit is contained in:
Vladimir Prus
2006-02-26 16:19:05 +00:00
parent 5a14905fd6
commit 729beddc0a

View File

@@ -219,7 +219,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ?
local interpreter = [ common.get-invocation-command
python : python$(version) : : $(root)/bin
python : python : : $(root)/bin
$(root)
$(root)/PCBuild
: path-last ] ;