wok rev 10345
scummvm: Add --host for cross compiling.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 14:25:08 2011 +0000 (2011-05-22) |
parents | 704c6dd3e3ab |
children | 8e024e3cbe9b |
files | scummvm/receipt |
line diff
1.1 --- a/scummvm/receipt Sun May 22 20:24:44 2011 +0200 1.2 +++ b/scummvm/receipt Sun May 22 14:25:08 2011 +0000 1.3 @@ -20,7 +20,8 @@ 1.4 --backend=sdl --disable-debug \ 1.5 --with-mpeg2-prefix=/usr \ 1.6 --with-flac-prefix=/usr \ 1.7 - --disable-fluidsynth && 1.8 + --disable-fluidsynth \ 1.9 + --host=$HOST_SYSTEM && 1.10 make && make install && { 1.11 mkdir -p $DESTDIR/usr/share/applications 1.12 cp -a dists/scummvm.desktop $DESTDIR/usr/share/applications