From 9855510d95a0fec47ca179e139599039d2d416e2 Mon Sep 17 00:00:00 2001 From: m1337 Date: Thu, 29 Aug 2024 23:38:42 +0700 Subject: [PATCH] fix --- screendumpLowFrame/hooks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screendumpLowFrame/hooks/Makefile b/screendumpLowFrame/hooks/Makefile index a579b36..ba47770 100644 --- a/screendumpLowFrame/hooks/Makefile +++ b/screendumpLowFrame/hooks/Makefile @@ -3,11 +3,11 @@ TARGET = iphone:16.5:14.0 include $(THEOS)/makefiles/common.mk TWEAK_NAME = screendumpbb -$(TWEAK_NAME)_FILES = /mnt/d/codes/screendumpLowFrame/hooks/Tweak.xm +$(TWEAK_NAME)_FILES = screendumpLowFrame/hooks/Tweak.xm $(TWEAK_NAME)_FRAMEWORKS := IOSurface IOKit $(TWEAK_NAME)_PRIVATE_FRAMEWORKS := IOMobileFramebuffer IOSurface -ADDITIONAL_OBJCFLAGS += -I/mnt/d/codes/screendumpLowFrame/vncbuild/include -Iinclude +ADDITIONAL_OBJCFLAGS += -IscreendumpLowFrame/vncbuild/include -Iinclude ADDITIONAL_LDFLAGS += -Wl,-segalign,4000 ADDITIONAL_CFLAGS = -w