Fix a bug when building on Windows from a binary install (rather than

from Python sources).
Not part of the build.
This commit is contained in:
markh%activestate.com 2001-08-22 04:10:08 +00:00
Родитель f0d4abd132
Коммит 9e3d9c1657
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ LLIBS=$(LLIBS) $(LIBNSPR) \
$(NULL)
# Hack to get /LIBPATH down to the cmdline
OS_LIBS=$(OS_LIBS) /libpath:$(PYTHON_SRC)/pcbuild /libpath:$(PYTHON_SRC)/lib
OS_LIBS=$(OS_LIBS) /libpath:$(PYTHON_SRC)/pcbuild /libpath:$(PYTHON_SRC)/libs
LINCS= /I$(PYTHON_SRC)\Include /I$(PYTHON_SRC)\PC \
$(NULL)