From 6f58a1ebcc1578d5dfcdef2449c0800df4e42c74 Mon Sep 17 00:00:00 2001 From: "markh%activestate.com" Date: Wed, 22 Aug 2001 04:10:08 +0000 Subject: [PATCH] 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 --- mozilla/extensions/python/xpcom/src/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/python/xpcom/src/makefile.win b/mozilla/extensions/python/xpcom/src/makefile.win index a355b4bb903..0e5a5429186 100755 --- a/mozilla/extensions/python/xpcom/src/makefile.win +++ b/mozilla/extensions/python/xpcom/src/makefile.win @@ -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)