Skip to content

Commit

Permalink
BUILDBOT: Add LD_LIBRARY_PATH to dc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mataniko committed Jul 11, 2019
1 parent 3d44de1 commit 2134f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/master.cfg
Expand Up @@ -923,6 +923,7 @@ scumm_env_dc["CXX"] = "ccache sh-elf-g++"
scumm_env_dc["RONINDIR"] = "%s/ronin" % scumm_root_dc
scumm_env_dc["IP_TEMPLATE_FILE"] = "/opt/extras-dc/IP.TMPL"
scumm_env_dc["DC_IMAGE_EXTRA_DIR"] = "/opt/extras-dc/demos"
scumm_env_dc["LD_LIBRARY_PATH"] = "/opt/toolchains/legacy-shared-objects"

p = {
"configureargs": [
Expand Down

0 comments on commit 2134f3c

Please sign in to comment.