summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-05 00:51:04 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-05 00:51:04 +0000
commitd2711f8061b6afc53d4ef6aa208ce40acbed7e48 (patch)
treefa528e0308b6ab71a24bb06b66416a5ebc9eb8d1 /sdk
parent55a6196393df1608d9da186a177a34a0d970d3ec (diff)
downloadtoolchains-d2711f8061b6afc53d4ef6aa208ce40acbed7e48.tar.gz
toolchains-d2711f8061b6afc53d4ef6aa208ce40acbed7e48.tar.bz2
Correct copy'n'paste error
Diffstat (limited to 'sdk')
-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