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
Notes:
sideshowbarker
2024-07-17 21:05:32 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/fbccf77d37c Pull-request: https://github.com/SerenityOS/serenity/pull/11826 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg
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
Reference in a new issue