We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd50335 commit bbe4e8eCopy full SHA for bbe4e8e
1 file changed
Makefile
@@ -10,7 +10,9 @@ VERSION = $(shell cat version.txt)
10
NAME=$(shell echo $(VERSION) | sed -e "s/\\./_/g")
11
12
# CIFLAGS=CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
13
-CIFLAGS=
+CIFLAGS?=
14
+CIFLAGS+=-arch arm64 -arch x86_64
15
+
16
17
.PHONY: clean all restart
18
0 commit comments