Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 23, 2024
1 parent cd50335 commit bbe4e8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ VERSION = $(shell cat version.txt)
NAME=$(shell echo $(VERSION) | sed -e "s/\\./_/g")

# CIFLAGS=CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
CIFLAGS=
CIFLAGS?=
CIFLAGS+=-arch arm64 -arch x86_64


.PHONY: clean all restart

Expand Down

0 comments on commit bbe4e8e

Please sign in to comment.