Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
catarial committed Sep 12, 2024
1 parent 3a40e90 commit 2e4f969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ $SETUP_IOS ] || ( [ !$SETUP_ANDROID ] && [ !$SETUP_IOS ] ); then
export PLATFORMS+=" ios"
fi

if [ $SETUP_ANDROID ] || [ [ !$SETUP_ANDROID ] && [ !$SETUP_IOS ] ]; then
if [ $SETUP_ANDROID ] || ( [ !$SETUP_ANDROID ] && [ !$SETUP_IOS ] ); then
# we can build android on both ubuntu and OSX
# should try both since there may be subtle differences
PLATFORM=`uname -a`
Expand Down

0 comments on commit 2e4f969

Please sign in to comment.