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