Ninslash: updated
This commit is contained in:
2
build.sh
2
build.sh
@@ -96,6 +96,7 @@ else
|
||||
fi
|
||||
|
||||
MYARCH=linux-x86_64
|
||||
if [ -z "$NCPU" ]; then
|
||||
NCPU=4
|
||||
if uname -s | grep -i "linux" > /dev/null ; then
|
||||
MYARCH=linux-x86_64
|
||||
@@ -107,6 +108,7 @@ fi
|
||||
if uname -s | grep -i "windows" > /dev/null ; then
|
||||
MYARCH=windows-x86_64
|
||||
fi
|
||||
fi
|
||||
|
||||
$quick_rebuild || rm -r -f project/bin/* # New Android SDK introduced some lame-ass optimizations to the build system which we should take care about
|
||||
[ -x project/jni/application/src/AndroidPreBuild.sh ] && {
|
||||
|
||||
@@ -54,6 +54,6 @@ for ARCH in armeabi-v7a x86; do
|
||||
cd ../..
|
||||
done
|
||||
|
||||
ln -s ../src/logo.png ../AndroidData/
|
||||
ln -s -f ../src/logo.png ../AndroidData/
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user