Skip to content

Commit bbe4e8e

Browse files
committed
Release 0.6.4
1 parent cd50335 commit bbe4e8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ VERSION = $(shell cat version.txt)
1010
NAME=$(shell echo $(VERSION) | sed -e "s/\\./_/g")
1111

1212
# CIFLAGS=CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
13-
CIFLAGS=
13+
CIFLAGS?=
14+
CIFLAGS+=-arch arm64 -arch x86_64
15+
1416

1517
.PHONY: clean all restart
1618

0 commit comments

Comments
 (0)