Default to building a universal binary on macOS.

This commit is contained in:
John Chadwick 2021-02-10 19:23:28 -08:00
parent 1f75ba8912
commit b7874e89c4
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ ifeq ($(platform),macos)
options += -lc++ -lobjc
flags.arm64 += -target x86_64-apple-macos10.12
flags.amd64 += -target arm64-apple-macos11
universal := true
endif
# linux settings