diff --git a/3rdp/build/GNUmakefile b/3rdp/build/GNUmakefile index 75fa447703b1cc1f6754453e8d3af45746bf85d8..c9349b9a7052ab6cdb7423e590019e8cd6724952 100644 --- a/3rdp/build/GNUmakefile +++ b/3rdp/build/GNUmakefile @@ -4,7 +4,7 @@ SRC_ROOT = ../../src # Cross platform/compiler definitions include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules -JS_CONFIGURE_ARGS += --with-system-nspr --disable-tests --disable-shared-js --enable-threadsafe --prefix=$(shell echo `pwd`$(DIRSEP)$(JS_IDIR)) +JS_CONFIGURE_ARGS += $(EXTRA_JS_CONFIGURE_ARGS) --with-system-nspr --disable-tests --disable-shared-js --enable-threadsafe --prefix=$(shell echo `pwd`$(DIRSEP)$(JS_IDIR)) ifdef DEBUG JS_CONFIGURE_ARGS += --enable-debug-symbols --disable-optimize else