diff --git a/libcxx/utils/ci/apple-install-libcxx.sh b/libcxx/utils/ci/apple-install-libcxx.sh --- a/libcxx/utils/ci/apple-install-libcxx.sh +++ b/libcxx/utils/ci/apple-install-libcxx.sh @@ -122,7 +122,7 @@ -DLIBCXXABI_LIBRARY_VERSION="${version}" if [ "$headers_only" = true ]; then - xcrun cmake --build "${build_dir}/${arch}" --target install-cxx-headers -- -v + xcrun cmake --build "${build_dir}/${arch}" --target install-cxx-headers install-cxxabi-headers -- -v else xcrun cmake --build "${build_dir}/${arch}" --target install-cxx install-cxxabi -- -v fi