[Linux] SpiderMonkey build fix - Do not build test libraries & programs

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4413 127b21dd-08f5-0310-b4b7-95ae10353056
master
getafix 2011-02-27 09:20:30 +00:00
parent fe76628531
commit 2991bf77b9
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ LIBJS_SRC_DIR = deps/Cross-platform-deps/mozilla/js/src
LIBJS_CONFIG_FLAGS = --disable-shared-js
LIBJS_CONFIG_FLAGS += --enable-threadsafe
LIBJS_CONFIG_FLAGS += --with-system-nspr
LIBJS_CONFIG_FLAGS += --disable-tests
ifeq ($(OO_JAVASCRIPT_TRACE),yes)
LIBJS_CONFIG_FLAGS += --enable-trace-jscalls
endif