cc91f7d709
These changes are necessary to use the toolchain on both the M1 Mac and Intel Macs. This adds a way to detect the host platform and choose different compile options in the toolchain. We cannot statically link in libc++.a from the clang zip because it appears to be x64 only. Finally, this fixes copts not being passed to objective c libraries. Known issue: - Intel Mac building has an error about the default CC toolchain. Change-Id: Ie8e5e83dc41513563ac684e70a8a6947b36df445 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/552472 Reviewed-by: Jorge Betancourt <jmbetancourt@google.com> |
||
---|---|---|
.. | ||
BUILD.bazel |