diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-11-22 17:12:25 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-11-22 17:12:25 +0100 |
commit | 8e5954edd17e9efd150b37213482e8abdbf57f5a (patch) | |
tree | 63e9c3f98b93d4c60e07081cc01e067f5753ff7a /main/misc | |
parent | 5e50072b9a95aad7623d8317473c295446901fb7 (diff) |
Really statically link closes #563
Diffstat (limited to 'main/misc')
-rwxr-xr-x | main/misc/build-native.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index 892b075d..75706e21 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -44,7 +44,7 @@ if [ $? = 0 ]; then # 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 || true for arch in * do |