mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
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:
parent
182016d7c0
commit
fbccf77d37
1 changed files with 0 additions and 1 deletions
|
@ -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 "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue