2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

android: Allow ANDROID_STL

This commit is contained in:
Charles Lombardo 2023-10-11 23:29:57 -04:00
parent 9b961dddb4
commit 3aa6d4d8ce

View file

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