summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index e55f461..c2ae79e 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -91,7 +91,7 @@ ifeq ($(TARGET),arm-unknown-riscos)
EXTRAARGS_SPIDERMONKEY := BUILD_OPT=1 OS_ARCH=RISCOS OS_CPUARCH=arm OS_CONFIG=RISCOS
else
EXTRAARGS_SPIDERMONKEY := --disable-tracejit --disable-thumb2 --without-thumb --enable-static --disable-shared --disable-shared-js --with-cpu-arch=armv3 --disable-tests --disable-methodjit
- SDK_ITEMS += $(addprefix $(BUILDSTEPS)/, spidermonkey.d)
+ SDK_ITEMS += $(addprefix $(BUILDSTEPS)/, nspr.d)
endif
endif