summaryrefslogtreecommitdiffstats
path: root/js/src/wasm/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/wasm/moz.build')
-rw-r--r--js/src/wasm/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/wasm/moz.build b/js/src/wasm/moz.build
index 6a47df322..5fe046add 100644
--- a/js/src/wasm/moz.build
+++ b/js/src/wasm/moz.build
@@ -11,7 +11,7 @@ FINAL_LIBRARY = "js"
# Includes should be relative to parent path
LOCAL_INCLUDES += ["!..", ".."]
-SOURCES += [
+UNIFIED_SOURCES += [
'AsmJS.cpp',
'WasmBaselineCompile.cpp',
'WasmBinaryFormat.cpp',