Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed May 29, 2024
1 parent c348d74 commit 9ec73aa
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaseBin/rootlesshooks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ include $(THEOS)/makefiles/common.mk

TWEAK_NAME = rootlesshooks

rootlesshooks_FILES = $(wildcard src/*.x) $(wildcard src/*.c) $(wildcard src/*.m)
rootlesshooks_FILES = $(wildcard *.x) $(wildcard *.c) $(wildcard *.m)
rootlesshooks_CFLAGS = -Werror -fobjc-arc -I../.include
rootlesshooks_LDFLAGS = -rpath @loader_path/.jbroot/Library/Frameworks -rpath @loader_path/fallback -L../libjailbreak -ljailbreak

src/lsd.x_CFLAGS = -fno-objc-arc #lsd using mrc
lsd.x_CFLAGS = -fno-objc-arc #lsd using mrc

include $(THEOS_MAKE_PATH)/tweak.mk

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ec73aa

Please sign in to comment.