summaryrefslogtreecommitdiff
path: root/js/src/shell
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-11-03 16:11:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-11-03 16:11:37 -0500
commitec13658ab9384260fe4e05ab14c4a73ef9a2f5a5 (patch)
tree41168b580559eaade2fc9582e5416a596b7979a0 /js/src/shell
parent0cdd39ff120ecf40f8a3443529ec917cf50b867a (diff)
downloaduxp-ec13658ab9384260fe4e05ab14c4a73ef9a2f5a5.tar.gz
Issue #80 - De-unify js/src
Three debug sources are producing link warnings and will be solved as Issue #1676 progresses. This does not include JS Testing sources. Specifically: js/src/gdb or js/src/jsapi-tests
Diffstat (limited to 'js/src/shell')
-rw-r--r--js/src/shell/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/shell/moz.build b/js/src/shell/moz.build
index 4f04be73c0..7c861fb0d6 100644
--- a/js/src/shell/moz.build
+++ b/js/src/shell/moz.build
@@ -9,7 +9,7 @@ if CONFIG['JS_SHELL_NAME']:
USE_LIBS += ['editline']
USE_LIBS += ['static:js']
-UNIFIED_SOURCES += [
+SOURCES += [
'js.cpp',
'jsoptparse.cpp',
'jsshell.cpp',