Skip to content

Commit

Permalink
Logos handles this now (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Mar 12, 2024
1 parent 1218a0b commit 813b914
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions makefiles/instance/tweak.mk
Expand Up @@ -12,12 +12,6 @@ endif
_LOCAL_LOGOS_DEFAULT_GENERATOR = $(or $($(THEOS_CURRENT_INSTANCE)_LOGOS_DEFAULT_GENERATOR),$(LOGOS_DEFAULT_GENERATOR),$(_THEOS_TARGET_LOGOS_DEFAULT_GENERATOR),MobileSubstrate)
_THEOS_INTERNAL_LOGOSFLAGS += -c generator=$(_LOCAL_LOGOS_DEFAULT_GENERATOR)

ifeq ($(_LOCAL_LOGOS_DEFAULT_GENERATOR),MobileSubstrate)
_THEOS_INTERNAL_LDFLAGS += -framework CydiaSubstrate
else ifeq ($(_LOCAL_LOGOS_DEFAULT_GENERATOR),libhooker)
_THEOS_INTERNAL_LDFLAGS += -lhooker -lblackjack
endif

_LOCAL_ORION_DEFAULT_BACKEND = $(or $($(THEOS_CURRENT_INSTANCE)_ORION_DEFAULT_BACKEND),$(ORION_DEFAULT_BACKEND),$(_THEOS_TARGET_ORION_DEFAULT_BACKEND),Substrate)
_THEOS_INTERNAL_ORIONFLAGS += --backend $(_LOCAL_ORION_DEFAULT_BACKEND)

Expand Down

0 comments on commit 813b914

Please sign in to comment.