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:
@@ -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 ] ;
|
||||
|
||||
Reference in New Issue
Block a user