Explorar el Código

android: Allow ANDROID_STL

Charles Lombardo hace 2 años
padre
commit
3aa6d4d8ce
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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)