mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android: build.sh white space cleanup
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
9ec28966f0
commit
450092cdb9
1 changed files with 4 additions and 4 deletions
|
|
@ -63,11 +63,11 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PLATFORM" = "Darwin" ] ; then
|
if [ "$PLATFORM" = "Darwin" ] ; then
|
||||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-macosx}
|
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-macosx}
|
||||||
export ANDROID_NDK_HOST=darwin-x86_64
|
export ANDROID_NDK_HOST=darwin-x86_64
|
||||||
else
|
else
|
||||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-linux}
|
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-linux}
|
||||||
export ANDROID_NDK_HOST=linux-x86
|
export ANDROID_NDK_HOST=linux-x86
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Which versions are we building against?
|
# Which versions are we building against?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue