Skip to content

Commit

Permalink
add framework dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolano committed Apr 1, 2023
1 parent 899aeb0 commit 91fc5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shadow.framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shadow_FRAMEWORKS = Foundation CoreFoundation
Shadow_EXTRA_FRAMEWORKS = RootBridge
Shadow_INSTALL_PATH = /Library/Frameworks
Shadow_CFLAGS = -fobjc-arc -IHeaders -I../vendor/RootBridge.framework/Headers
Shadow_LDFLAGS = -install_name @rpath/Shadow.framework/Shadow
Shadow_LDFLAGS = -F../vendor/ -install_name @rpath/Shadow.framework/Shadow
Shadow_LDFLAGS += -rpath /Library/Frameworks -rpath /var/jb/Library/Frameworks -rpath /usr/lib -rpath /var/jb/usr/lib

include $(THEOS_MAKE_PATH)/framework.mk

0 comments on commit 91fc5b2

Please sign in to comment.