Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
mac_deployment_target = "10.13.0"
Hopefully, this change will fix the following error: ../buildtools/third_party/libc++/trunk/src/barrier.cpp:37:43: error: aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.13 or newer __state = unique_ptr<__state_t[]>(new __state_t[__count]); ^
- Loading branch information