mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: Clean up variable export
Removes duplicate variable export. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8abf64d8c0
commit
f44d47325d
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ popd
|
|||
# Configure where we can find things here
|
||||
export ANDROID_NDK_ROOT=$SUBSURFACE_SOURCE/../android-ndk-r10e
|
||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.5
|
||||
export ANDROID_SDK_ROOT=$SUBSURFACE_SOURCE/../android-sdk-linux
|
||||
if [ $PLATFORM = Darwin ] ; then
|
||||
export ANDROID_SDK_ROOT=$SUBSURFACE_SOURCE/../android-sdk-macosx
|
||||
export ANDROID_NDK_HOST=darwin-x86_64
|
||||
|
|
Loading…
Add table
Reference in a new issue