diff options
Diffstat (limited to 'cmake/platform/android/android.cmake')
-rw-r--r-- | cmake/platform/android/android.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index ca3fad9dce..07fa72c746 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake @@ -6,3 +6,5 @@ list(APPEND PLATFORM_OPTIONAL_DEPS LibDovi) set(TARGET_SDK 33) # Minimum supported SDK version set(TARGET_MINSDK 21) + +set(${CORE_PLATFORM_NAME_LC}_SEARCH_CONFIG NO_DEFAULT_PATH CACHE STRING "") |