Skip to content

Commit

Permalink
Strip ellekit
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 23, 2024
1 parent 40f6eee commit 909954d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ellekit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ifeq ($(MAC),1)
APPLETVOS_DEPLOYMENT_TARGET=14.0 \
CODE_SIGNING_ALLOWED=NO \
LD_DYLIB_INSTALL_NAME="@rpath/CydiaSubstrate.framework/CydiaSubstrate"
ifneq ($(DEV_BUILD),1)
$(STRIP) -x $(ELLEKIT)
endif
$(LDID) -S $(ELLEKIT);
else
@echo "ElleKit cannot be built on this machine"
Expand Down

0 comments on commit 909954d

Please sign in to comment.