зеркало из https://github.com/mozilla/pjs.git
Bug 673616 - Fix build with --enable-shared-js and --enable-shark (r=khuey)
--HG-- extra : rebase_source : 8ec038317f7381df27942bd529ef9225ebc6fb0e
This commit is contained in:
Родитель
0670ccd287
Коммит
50dcb3d50c
|
@ -192,7 +192,7 @@ ifdef CPP_UNIT_TESTS
|
|||
CPPSRCS += $(CPP_UNIT_TESTS)
|
||||
SIMPLE_PROGRAMS += $(CPP_UNIT_TESTS:.cpp=$(BIN_SUFFIX))
|
||||
INCLUDES += -I$(DIST)/include/testing
|
||||
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS)
|
||||
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) $(MOZ_JS_LIBS)
|
||||
|
||||
# ...and run them the usual way
|
||||
check::
|
||||
|
|
|
@ -192,7 +192,7 @@ ifdef CPP_UNIT_TESTS
|
|||
CPPSRCS += $(CPP_UNIT_TESTS)
|
||||
SIMPLE_PROGRAMS += $(CPP_UNIT_TESTS:.cpp=$(BIN_SUFFIX))
|
||||
INCLUDES += -I$(DIST)/include/testing
|
||||
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS)
|
||||
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) $(MOZ_JS_LIBS)
|
||||
|
||||
# ...and run them the usual way
|
||||
check::
|
||||
|
|
Загрузка…
Ссылка в новой задаче