Skip to content

Commit

Permalink
Update build-android
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Sep 23, 2021
1 parent b809d8a commit 0edcbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-android/build-android
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ echo "SCRIPT_DIR: $SCRIPT_DIR"
HOST_TAG='unknown'
unamestr=$(uname -s)
if [ "$unamestr" = 'Linux' ]; then
SCRIPT_DIR=$(readlink -f $0 | xargs dirname)
#SCRIPT_DIR=$(readlink -f $0 | xargs dirname)
HOST_TAG='linux-x86_64'
elif [ "$unamestr" = 'Darwin' ]; then
SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
#SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
if [ $(uname -p) = 'arm' ]; then
echo "NDK does not currently support ARM64"
exit 128
Expand Down

0 comments on commit 0edcbd9

Please sign in to comment.