Skip to content

Commit

Permalink
Scripts: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Jan 27, 2022
1 parent edce547 commit a5f9106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ fi

if [ $1 = "android" ]; then

makeAndroid "armeabi-v7a" "$Qt"/android_armv7/bin/target_qt.conf
makeAndroid "arm64-v8a" "$Qt"/android_arm64_v8a/bin/target_qt.conf
makeAndroid "x86" "$Qt"/android_x86/bin/target_qt.conf
makeAndroid "x86_64" "$Qt"/android_x86_64/bin/target_qt.conf
makeAndroid armeabi-v7a "$Qt"/android_armv7/bin/target_qt.conf
makeAndroid arm64-v8a "$Qt"/android_arm64_v8a/bin/target_qt.conf
makeAndroid x86 "$Qt"/android_x86/bin/target_qt.conf
makeAndroid x86_64 "$Qt"/android_x86_64/bin/target_qt.conf
else
$qmake -r -spec $spec "$config" ..
fi
Expand Down

0 comments on commit a5f9106

Please sign in to comment.