diff options
| author | 2023-10-11 23:29:57 -0400 | |
|---|---|---|
| committer | 2023-10-13 12:55:41 -0400 | |
| commit | 3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec (patch) | |
| tree | 2495d29ecb0104a7b153be9d801832ae9a93805d | |
| parent | android: Remove unnecessary flag to extract native libs in AndroidManifest.xml (diff) | |
| download | yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.gz yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.xz yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.zip | |
android: Allow ANDROID_STL
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 3 |
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() | |||
| 100 | 100 | ||
| 101 | if (ANDROID) | 101 | if (ANDROID) |
| 102 | set(CMAKE_SKIP_INSTALL_RULES ON) | 102 | set(CMAKE_SKIP_INSTALL_RULES ON) |
| 103 | |||
| 104 | # Disable standard header inclusion | ||
| 105 | set(ANDROID_STL "none") | ||
| 106 | endif() | 103 | endif() |
| 107 | 104 | ||
| 108 | if (YUZU_USE_BUNDLED_VCPKG) | 105 | if (YUZU_USE_BUNDLED_VCPKG) |