Skip to content

Commit

Permalink
[Fuchsia] Enable libcxx filesystem on Windows for stage 1 build
Browse files Browse the repository at this point in the history
This is a follow up to D153931 but for the first stage.
  • Loading branch information
petrhosek committed Jun 28, 2023
1 parent 2241146 commit e9fb7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/cmake/caches/Fuchsia.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ endif()

if(WIN32)
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
set(LIBCXX_ENABLE_ABI_LINKER_SCRIPT OFF CACHE BOOL "")
set(LIBCXX_ENABLE_SHARED OFF CACHE BOOL "")
set(BUILTINS_CMAKE_ARGS -DCMAKE_SYSTEM_NAME=Windows CACHE STRING "")
Expand Down

0 comments on commit e9fb7d6

Please sign in to comment.