From 1429629567c0afdcd3284fbe4973d76add9a8549 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sat, 24 Nov 2018 10:21:07 +0100 Subject: Android build: always install libzip.a in lib directory A subtle one. When compiling for arm64, libzip is the only package we use in mobile that installs its product in lib64. There is no reason for this given the way our build process is. So, simply force the library to reside in lib, independent if we are building arm or arm64 architectures. Signed-off-by: Jan Mulder --- packaging/android/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/android/build.sh') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 9a41a041f..9a2d27ad1 100755 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -245,6 +245,7 @@ if [ "$QUICK" = "" ] ; then -DCMAKE_C_COMPILER="$CC" \ -DCMAKE_LINKER="$CC" \ -DCMAKE_INSTALL_PREFIX="$PREFIX" \ + -DCMAKE_INSTALL_LIBDIR="lib" \ -DBUILD_SHARED_LIBS=OFF \ ../libzip/ make -- cgit v1.2.3-70-g09d2