Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Halo-Michael committed Jun 25, 2020
1 parent e12bf26 commit aa9249b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export TARGET=iphone:clang:13.0:10.3
export ARCHS=arm64 arm64e
export TARGET = iphone:clang:13.0:10.3
export ARCHS = arm64 arm64e
export VERSION = 0.9.7
export DEBUG=0
export DEBUG = no
CC = xcrun -sdk ${THEOS}/sdks/iPhoneOS13.0.sdk clang -arch arm64 -arch arm64e -miphoneos-version-min=10.3
LDID = ldid

Expand Down

0 comments on commit aa9249b

Please sign in to comment.