Toolchain: Enable std::filesystem support in libc++

Now that the last missing function (`fchmodat(2)`) has been added to
LibC, libc++ compiles successfully with std::filesystem support enabled.
This commit is contained in:
Daniel Bertalan 2022-01-11 15:42:10 +01:00 committed by Andreas Kling
parent 182016d7c0
commit fbccf77d37
Notes: sideshowbarker 2024-07-17 21:05:32 +09:00

View file

@ -55,7 +55,6 @@ set(CMAKE_ASM_COMPILER_TARGET ${target_triple} CACHE STRING "")
set(CMAKE_C_FLAGS ${compiler_flags} CACHE STRING "")
set(CMAKE_CXX_FLAGS ${compiler_flags} CACHE STRING "")
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
set(LIBCXX_USE_COMPILER_RT ON CACHE BOOL "")
set(LIBCXX_ENABLE_STATIC_ABI_LIBRARY ON CACHE BOOL "")
set(LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "")