mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
*** empty log message ***
[SVN r13445]
This commit is contained in:
@@ -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<version> to
|
||||
|
||||
@@ -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<version> to
|
||||
|
||||
Reference in New Issue
Block a user