From dcab7949d3022165ca12d5b0c8d405c5b63e46c2 Mon Sep 17 00:00:00 2001 From: Charlie Fish Date: Wed, 15 Dec 2021 19:09:02 -0700 Subject: [PATCH] Setting universal build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e1036de..18fe17b 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ xcodes: $(SOURCES) -Xswiftc -Onone \ --disable-sandbox \ --build-path "$(BUILDDIR)" \ + --arch arm64 \ + --arch x86_64 \ .PHONY: sign sign: xcodes