mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 673616 - Fix build with --enable-shared-js and --enable-shark (r=khuey)
--HG-- extra : rebase_source : 8ec038317f7381df27942bd529ef9225ebc6fb0e
This commit is contained in:
parent
d2ab0d6e3f
commit
c319d416f7
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user