diff options
| author | Cory Fields <[email protected]> | 2020-07-10 12:55:45 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-07-10 21:05:54 -0400 |
| commit | 6b8e497eeaf38f272715c490f317fdc98a2174be (patch) | |
| tree | 752e12160a161d355849d2c0c96efa02eb58aad4 /src/script/script_error.cpp | |
| parent | depends: force a new host id string if FORCE_USE_SYSTEM_CLANG is in use (diff) | |
| download | discoin-6b8e497eeaf38f272715c490f317fdc98a2174be.tar.xz discoin-6b8e497eeaf38f272715c490f317fdc98a2174be.zip | |
depends: specify libc++ header location for darwin
For depends builds this was fixed by fbcfcf69, which deleted the conflicting
headers. When we no longer control the clang installation, we need to ensure
that the SDK's libc++ headers are used rather than the ones shipped with clang.
We can do that by turning off the default include path and hard-coding our own.
This hard-coded path is ok because we control (via SDK packaging) where these
headers end-up.
Side-note: Now that this path is hard-coded in depends, we can potentially
package the SDK differently, as the c++ folder can live wherever is most
convenient for us.
Diffstat (limited to 'src/script/script_error.cpp')
0 files changed, 0 insertions, 0 deletions