Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnless authored Oct 9, 2024
1 parent 1aa85e5 commit 1f59cf4
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 @@ -14,7 +14,7 @@ TWEAK_NAME = autoflex
FLEX_FILES := $(shell find src -type f -name "*.m" -o -name "*.mm" -o -name "*.c")

autoflex_FILES = Tweak.x $(FLEX_FILES)
autoflex_CFLAGS = -Isrc -fobjc-arc -Wno-deprecated-declarations -Wno-strict-prototypes -Wno-unsupported-availability-guard -Wunused-but-set-variable
autoflex_CFLAGS = -Isrc -fobjc-arc -Wno-deprecated-declarations -Wno-strict-prototypes -Wno-unsupported-availability-guard -Wno-unused-but-set-variable

autoflex_FRAMEWORKS = UIKit CoreGraphics QuartzCore ImageIO WebKit Security SceneKit AVFoundation UserNotifications
autoflex_LDFLAGS += -lz -lsqlite3
Expand Down

0 comments on commit 1f59cf4

Please sign in to comment.