Преглед изворни кода

android: Allow ANDROID_STL

Charles Lombardo пре 2 година
родитељ
комит
3aa6d4d8ce
1 измењених фајлова са 0 додато и 3 уклоњено
  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)