From a6fd38e7a8aa0f1416b2b80f0bc4a9d151f8fa9c Mon Sep 17 00:00:00 2001 From: level3tjg <11725521+level3tjg@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:22:12 -0400 Subject: [PATCH] set internal generator for subprojects --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bc9de3..371fe6f 100755 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +export LOGOS_DEFAULT_GENERATOR = internal + TARGET := iphone:clang:latest:11.0 INSTALL_TARGET_PROCESSES = RedditApp Reddit @@ -20,7 +22,6 @@ TWEAK_NAME = RedditFilter $(TWEAK_NAME)_FILES = $(wildcard *.x*) $(TWEAK_NAME)_CFLAGS = -fobjc-arc -Iinclude -Wno-module-import-in-extern-c $(TWEAK_NAME)_INJECT_DYLIBS = $(THEOS_OBJ_DIR)/RedditSideloadFix.dylib -$(TWEAK_NAME)_LOGOS_DEFAULT_GENERATOR = internal ifeq ($(SIDELOADED),1) SUBPROJECTS += RedditSideloadFix