From f8c58e70cb8ea9ff2ee57ff0d84adb2652671038 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 11 Apr 2002 14:16:05 +0000 Subject: [PATCH] *** empty log message *** [SVN r13445] --- python.jam | 2 +- v1/python.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python.jam b/python.jam index 71f2c6412..a0b3dbe07 100644 --- a/python.jam +++ b/python.jam @@ -26,7 +26,7 @@ if $(NT) { PYTHON_ROOT ?= c:/tools/python ; - PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/Lib $(PYTHON_ROOT)/PCBuild ; + PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/libs $(PYTHON_ROOT)/PCBuild ; # Locate Python libraries. In the case of MSVC the libraries are # found implicitly, and GCC/MINGW will use -lpython to diff --git a/v1/python.jam b/v1/python.jam index 71f2c6412..a0b3dbe07 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -26,7 +26,7 @@ if $(NT) { PYTHON_ROOT ?= c:/tools/python ; - PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/Lib $(PYTHON_ROOT)/PCBuild ; + PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/libs $(PYTHON_ROOT)/PCBuild ; # Locate Python libraries. In the case of MSVC the libraries are # found implicitly, and GCC/MINGW will use -lpython to