PUAE compilation finally fixed
This commit is contained in:
@@ -5,14 +5,13 @@ LOCAL_PATH=`dirname $0`
|
||||
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
|
||||
|
||||
ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL.so
|
||||
ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/armeabi/libpthread.so
|
||||
|
||||
if [ \! -f PUAE/configure ] ; then
|
||||
sh -c "cd PUAE && ./bootstrap.sh"
|
||||
fi
|
||||
|
||||
if [ \! -f PUAE/Makefile ] ; then
|
||||
../setEnvironment.sh sh -c "cd PUAE && env SDL_CONFIG=$LOCAL_PATH/../sdl-config ./configure --build=x86_64-unknown-linux-gnu --host=arm-linux-androideabi --with-sdl --with-sdl-sound --with-sdl-gfx --with-sdl-gui --disable-gtktest"
|
||||
../setEnvironment.sh sh -c "cd PUAE && ./configure --build=x86_64-unknown-linux-gnu --host=arm-linux-androideabi --with-sdl --with-sdl-sound --with-sdl-gfx --with-sdl-gui"
|
||||
fi
|
||||
|
||||
make -C PUAE -j4 && mv -f PUAE/puae libapplication.so
|
||||
make -C PUAE && mv -f PUAE/src/uae libapplication.so
|
||||
|
||||
Reference in New Issue
Block a user