File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ export ANDROID_TRIPLES=("arm-linux-androideabi" "aarch64-linux-android" "i686-li
5151export ANDROID_API=23
5252
5353# for test
54- ANDROID_ARCHS=(" arm64-v8a" )
55- ANDROID_TRIPLES=(" aarch64-linux-android" )
56- ANDROID_API=23
54+ # ANDROID_ARCHS=("arm64-v8a")
55+ # ANDROID_TRIPLES=("aarch64-linux-android")
56+ # ANDROID_API=23
5757
5858echo " ###############################################################################" > /dev/null
5959echo " #### Function Partition #####" > /dev/null
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ export IOS_API=8.0
5252export IOS_SYSROOT=" "
5353
5454# for test
55- IOS_ARCHS=(" arm64" )
56- IOS_TRIPLES=(" aarch64-ios-darwin" )
57- IOS_API=8.0
55+ # IOS_ARCHS=("arm64")
56+ # IOS_TRIPLES=("aarch64-ios-darwin")
57+ # IOS_API=8.0
5858
5959echo " ###############################################################################" > /dev/null
6060echo " #### Function Partition #####" > /dev/null
You can’t perform that action at this time.
0 commit comments