File tree 2 files changed +6
-6
lines changed
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
51
51
export ANDROID_API=23
52
52
53
53
# 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
57
57
58
58
echo " ###############################################################################" > /dev/null
59
59
echo " #### Function Partition #####" > /dev/null
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ export IOS_API=8.0
52
52
export IOS_SYSROOT=" "
53
53
54
54
# 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
58
58
59
59
echo " ###############################################################################" > /dev/null
60
60
echo " #### Function Partition #####" > /dev/null
You can’t perform that action at this time.
0 commit comments