瀏覽代碼

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)