android: Allow ANDROID_STL

master
Charles Lombardo 2023-10-11 23:29:57 +07:00
parent 9b961dddb4
commit 3aa6d4d8ce
1 changed files with 0 additions and 3 deletions

@ -100,9 +100,6 @@ endif()
if (ANDROID)
set(CMAKE_SKIP_INSTALL_RULES ON)
# Disable standard header inclusion
set(ANDROID_STL "none")
endif()
if (YUZU_USE_BUNDLED_VCPKG)