dogecoin/depends/hosts
Cory Fields 6b8e497eea
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.
2020-07-10 21:05:54 -04:00
..
android.mk depends: add MULTIPROCESS depends option 2020-05-12 09:47:06 -04:00
darwin.mk depends: specify libc++ header location for darwin 2020-07-10 21:05:54 -04:00
default.mk depends: Propagate well-known vars into depends 2020-05-27 17:39:47 -04:00
linux.mk depends: add MULTIPROCESS depends option 2020-05-12 09:47:06 -04:00
mingw32.mk depends: add MULTIPROCESS depends option 2020-05-12 09:47:06 -04:00