Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 21, 2024
1 parent 697d89d commit b6bcc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(THEOS)/makefiles/common.mk
TWEAK_NAME = DontEatMyContent

DontEatMyContent_FILES = src/Tweak.x src/Settings.x
DontEatMyContent_CFLAGS = -fobjc-arc
DontEatMyContent_CFLAGS = -fobjc-arc -I$(THEOS_PROJECT_DIR)
DontEatMyContent_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

0 comments on commit b6bcc4c

Please sign in to comment.