aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Lombardo <[email protected]>2023-10-11 23:29:57 -0400
committerCharles Lombardo <[email protected]>2023-10-13 12:55:41 -0400
commit3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec (patch)
tree2495d29ecb0104a7b153be9d801832ae9a93805d /CMakeLists.txt
parent9b961dddb4445c1a51d922d0436a325630ca6d72 (diff)
downloadyuzu-mainline-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.gz
yuzu-mainline-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.zip
android: Allow ANDROID_STL
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27bee40db..1108e5ae6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)