Skip to content

Commit

Permalink
BUILDBOT: Fix host type for OpenPandora.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordhoto committed Feb 19, 2016
1 parent e27e4e5 commit 92c80d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/master.cfg
Expand Up @@ -1006,8 +1006,8 @@ p = {
"--host=openpandora",
"--enable-plugins",
"--default-dynamic",
"--with-sdl-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_openpandora,
"--with-freetype2-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_openpandora
"--with-sdl-prefix=%s/arm-angstrom-linux-gnueabi/usr" % scumm_root_openpandora,
"--with-freetype2-prefix=%s/arm-angstrom-linux-gnueabi/usr" % scumm_root_openpandora
],
"env": scumm_env_openpandora,
"disttarget": "op-pnd",
Expand Down

0 comments on commit 92c80d8

Please sign in to comment.