1
0
Fork 0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2025-01-11 22:55:59 +00: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)
set(CMAKE_SKIP_INSTALL_RULES ON)
# Disable standard header inclusion
set(ANDROID_STL "none")
endif()
if (YUZU_USE_BUNDLED_VCPKG)