mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Makefile rules fix for bug 625962.
This commit is contained in:
parent
8243d96f08
commit
949f18ab0c
@ -224,7 +224,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) -ljs_static
|
||||
|
||||
# ...and run them the usual way
|
||||
check::
|
||||
|
Loading…
Reference in New Issue
Block a user