Răsfoiți Sursa

android: Allow ANDROID_STL

Charles Lombardo 2 ani în urmă
părinte
comite
3aa6d4d8ce
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      CMakeLists.txt

+ 0 - 3
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)