Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Feb 2, 2025
1 parent d9b5e1b commit cb49706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ foreach(var IN ITEMS
CMAKE_FIND_ROOT_PATH
CMAKE_PREFIX_PATH
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES
CMAKE_FIND_IGNORE_PATH
CMAKE_SYSTEM_IGNORE_PATH
CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
)
list(JOIN "${var}" "\n " dirs)
Expand Down
2 changes: 1 addition & 1 deletion scripts/toolchains/android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include("${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake")

# find_library must ignore host libs
if(ANDROID_TOOLCHAIN_ROOT AND EXISTS "${ANDROID_TOOLCHAIN_ROOT}/lib")
list(APPEND CMAKE_FIND_IGNORE_PATH "${ANDROID_TOOLCHAIN_ROOT}/lib")
list(APPEND CMAKE_SYSTEM_IGNORE_PATH "${ANDROID_TOOLCHAIN_ROOT}/lib")
endif()

if(NOT _VCPKG_ANDROID_TOOLCHAIN)
Expand Down

0 comments on commit cb49706

Please sign in to comment.