Bug 355608 - "xulrunner + python fails with "dist/lib/libpyxpcom.a: No such file or directory"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)]

This commit is contained in:
reed@reedloden.com 2008-01-04 21:46:44 -08:00
parent 7b19a9fcf5
commit 38f4c02505

View File

@ -22,7 +22,7 @@ FORCE_USE_PIC = 1
# We always need the Python and pyxpcom includes and libs.
LOCAL_INCLUDES = $(MOZ_PYTHON_INCLUDES)
EXTRA_LIBS += $(MOZ_PYTHON_LIBS) \
$(DIST)/lib/$(LIB_PREFIX)pyxpcom.$(LIB_SUFFIX) \
$(call EXPAND_LIBNAME_PATH,pyxpcom,$(DIST)/lib) \
$(NULL)
# In the shorter term we need JS too.