From 1f59cf474a09695c3b0df9f3b834efd23a463a27 Mon Sep 17 00:00:00 2001 From: hopeless <99332743+pwnless@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:20:28 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ef554c..17a977b 100644 --- a/Makefile +++ b/Makefile @@ -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