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

git-svn-id: svn://10.0.0.236/trunk@242419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-01-05 05:46:44 +00:00
parent 89a4e0c1bd
commit aa5ff76a2f

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.