Fix a bug when building on Windows from a binary install (rather than
from Python sources). Not part of the build. git-svn-id: svn://10.0.0.236/trunk@101616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
64c06e8edd
commit
6f58a1ebcc
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user