From 05821336099a677b16443dac7c8aeaf5f6bde128 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 8 Apr 2002 12:20:05 +0000 Subject: [PATCH] Fixes for python (how did it ever work?) [SVN r13400] --- python.jam | 2 +- v1/python.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python.jam b/python.jam index ae2caace7..d986ef910 100644 --- a/python.jam +++ b/python.jam @@ -26,7 +26,7 @@ if $(NT) { PYTHON_ROOT ?= c:/tools/python ; - PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/libs $(PYTHON_ROOT)/PCBuild ; + PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/Lib $(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 ae2caace7..d986ef910 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)/libs $(PYTHON_ROOT)/PCBuild ; + PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/Lib $(PYTHON_ROOT)/PCBuild ; # Locate Python libraries. In the case of MSVC the libraries are # found implicitly, and GCC/MINGW will use -lpython to