2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
[SVN r12140]
This commit is contained in:
Dave Abrahams
2001-12-22 02:01:14 +00:00
parent dd91fe27e8
commit 956a8a3a7d
10 changed files with 62 additions and 16 deletions

View File

@@ -50,8 +50,6 @@ if $(NT)
GCC_PYTHON_ROOT ?= $(CYGWIN_ROOT)/usr/local ;
GCC_PYTHON_ROOT ?= /usr/local ;
<gcc><*><library-path>$(GCC_PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config
<gcc><*><include>$(GCC_PYTHON_ROOT)/include/python$(PYTHON_VERSION)
}
else if $(UNIX)
{