From 96c80ec7803bdfb95c084f3f837a5dc645d444f4 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 31 Jan 2025 11:43:44 +0100 Subject: [PATCH] contrib: don't force the ANDROID variable It should be done by the NDK toolchain or by CMake when using the proper CMAKE_SYSTEM_NAME. --- contrib/src/main.mak | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 6b5ac3e379..e05ac8d7c1 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -506,9 +506,6 @@ endif ifdef HAVE_WIN32 CMAKE += -DCMAKE_DEBUG_POSTFIX:STRING= endif -ifdef HAVE_ANDROID -CMAKE += -DANDROID:BOOL=ON -endif ifdef MSYS_BUILD CMAKE = PKG_CONFIG_LIBDIR="$(PKG_CONFIG_PATH)" $(CMAKE) CMAKE += -DCMAKE_LINK_LIBRARY_SUFFIX:STRING=.a