Skip to content

Commit

Permalink
set internal generator for subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Sep 25, 2024
1 parent 586583f commit a6fd38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export LOGOS_DEFAULT_GENERATOR = internal

TARGET := iphone:clang:latest:11.0
INSTALL_TARGET_PROCESSES = RedditApp Reddit

Expand All @@ -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
Expand Down

0 comments on commit a6fd38e

Please sign in to comment.