Updated dosbox makefile

This commit is contained in:
pelya
2011-02-10 13:09:52 +00:00
parent 6f336bc1b3
commit 513795f5ad
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ if [ \! -f dosbox-0.74/configure ] ; then
fi
if [ \! -f dosbox-0.74/Makefile ] ; then
../setEnvironment.sh sh -c "cd dosbox-0.74 && ./configure --build=x86_64-unknown-linux-gnu --host=arm-linux-androideabi"
../setEnvironment.sh sh -c "cd dosbox-0.74 && ./configure --build=x86_64-unknown-linux-gnu --host=arm-eabi"
fi
../setEnvironment.sh sh -c "cd dosbox-0.74 && make -j1 VERBOSE=1 STRIP='' LIBS='-lsdl-1.2 -lpng -lgcc -lz -lc -lstdc++'" && cp -f dosbox-0.74/src/dosbox libapplication.so

View File

@@ -1 +1 @@
openttd
dosbox