Skip to content

Commit

Permalink
Merge pull request #30 from danpashin/master
Browse files Browse the repository at this point in the history
Some compiling fixes
  • Loading branch information
jjolano authored Dec 18, 2019
2 parents 159be51 + 4623288 commit 14619ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARCHS := armv7 armv7s arm64 arm64e
TARGET := iphone:clang:12.2:8.0
TARGET := iphone:clang:latest:8.0

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = 0Shadow
$(TWEAK_NAME)_FILES = Classes/Shadow.m Tweak.xm
$(TWEAK_NAME)_FILES = Classes/Shadow.m Tweak.x
$(TWEAK_NAME)_EXTRA_FRAMEWORKS = Cephei
$(TWEAK_NAME)_CFLAGS = -fobjc-arc -DShadow="_$(shell git describe --always)"

Expand Down
2 changes: 1 addition & 1 deletion ShadowPreferences/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARCHS := armv7 armv7s arm64 arm64e
TARGET := iphone:clang:12.2:8.0
TARGET := iphone:clang:latest:8.0

include $(THEOS)/makefiles/common.mk

Expand Down
File renamed without changes.

0 comments on commit 14619ca

Please sign in to comment.