From 982abeeabd4d38630f3962b9721ee06607bba996 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 20 Jan 2002 06:14:45 +0000 Subject: [PATCH] *** empty log message *** [SVN r12365] --- python.jam | 4 ++-- v1/python.jam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python.jam b/python.jam index 355449807..ce83f38f6 100644 --- a/python.jam +++ b/python.jam @@ -67,11 +67,11 @@ else if $(UNIX) # Locate the python executable PYTHON ?= 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 # diff --git a/v1/python.jam b/v1/python.jam index 355449807..ce83f38f6 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -67,11 +67,11 @@ else if $(UNIX) # Locate the python executable PYTHON ?= 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 #