mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
*** empty log message ***
[SVN r12365]
This commit is contained in:
@@ -67,11 +67,11 @@ else if $(UNIX)
|
||||
|
||||
# Locate the python executable
|
||||
PYTHON ?= <executable@>python$(SUFEXE) ;
|
||||
SEARCH on $(PYTHON) = $(PYTHON_ROOT)/bin $(RUN_PATH) ;
|
||||
SEARCH on $(PYTHON) = $(PYTHON_ROOT) $(PYTHON_ROOT)/bin $(PYTHON_ROOT)/PCBuild $(RUN_PATH) ;
|
||||
|
||||
# And the debugging version
|
||||
PYTHON_D ?= $(PYTHON:S=)_d$(PYTHON:S) ;
|
||||
SEARCH on $(PYTHON_D) = $(RUN_PATH) ;
|
||||
SEARCH on $(PYTHON_D) = $(PYTHON_ROOT) $(PYTHON_ROOT)/bin $(PYTHON_ROOT)/PCBuild $(RUN_PATH) ;
|
||||
|
||||
# select-python-library
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user