Skip to content

Commit

Permalink
BUILDBOT: Upgrade NDS toolchain to r47
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 7, 2018
1 parent e3462f9 commit 73e81de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/master.cfg
Expand Up @@ -432,7 +432,7 @@ scumm_platforms_master["gamecube"] = p
scumm_platforms_stable["gamecube"] = p

# Nintendo DS
scumm_root_ds = "/opt/toolchains/devkitARM-r30"
scumm_root_ds = "/opt/toolchains/devkitARM-r47"
scumm_env_ds = copy.deepcopy(scumm_env)
scumm_env_ds["PATH"] = "%s/devkitARM/bin:%s" % (scumm_root_ds, DEFAULT_PATH)
scumm_env_ds["CXX"] = "ccache arm-eabi-c++"
Expand Down

0 comments on commit 73e81de

Please sign in to comment.