2
0
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:
Dave Abrahams
2002-01-20 06:14:45 +00:00
parent e060d8f9c8
commit 982abeeabd
2 changed files with 4 additions and 4 deletions

View File

@@ -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
#