diff options
Diffstat (limited to 'build-native.sh')
-rwxr-xr-x | build-native.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-native.sh b/build-native.sh index 06466925..4e93e928 100755 --- a/build-native.sh +++ b/build-native.sh @@ -8,5 +8,5 @@ if [ $? = 0 ]; then done # Removed compiled openssl libs, will use platform so libs # Reduces size of apk - rm -v */libcrypto.so */libssl.so + rm -v */libcrypto.so */libssl.so fi |