Skip to content

Commit

Permalink
[libc++] Explicitly specify LIBCXX_ENABLE_SHARED to try and fix CI
Browse files Browse the repository at this point in the history
Configuring libc++abi with LIBCXX_ENABLE_STATIC=OFF is broken since
https://reviews.llvm.org/D71894, so this patch fixes the issue for
Apple platforms to unblock our CI.
  • Loading branch information
ldionne committed Jan 30, 2020
1 parent 791c9f1 commit 93cdd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/cmake/caches/Apple.cmake
Expand Up @@ -8,6 +8,7 @@ set(LIBCXX_ABI_VERSION "1" CACHE STRING "")

set(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY OFF CACHE BOOL "")
set(LIBCXX_ENABLE_STATIC OFF CACHE BOOL "")
set(LIBCXX_ENABLE_SHARED ON CACHE BOOL "")

set(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS OFF CACHE BOOL "")
set(LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS ON CACHE BOOL "")
Expand Down

0 comments on commit 93cdd31

Please sign in to comment.