Skip to content

Commit

Permalink
BUILDBOT: Cleanup SDL+FreeType2 prefix for Caanoo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordhoto committed Feb 18, 2016
1 parent 148c93f commit e27e4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/master.cfg
Expand Up @@ -1036,8 +1036,8 @@ p_master = {
"--enable-vkeybd",
"--enable-plugins",
"--default-dynamic",
"--with-sdl-prefix=/opt/toolchains/arm-caanoo/arm-none-linux-gnueabi/usr",
"--with-freetype2-prefix=/opt/toolchains/arm-caanoo/arm-none-linux-gnueabi/usr"
"--with-sdl-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_caanoo,
"--with-freetype2-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_caanoo
],
"env": scumm_env_caanoo,
"disttarget": "caanoo-bundle",
Expand Down

0 comments on commit e27e4e5

Please sign in to comment.