Skip to content

Commit

Permalink
fix install_name for framework
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed Oct 12, 2024
1 parent e538d3e commit c0c0138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mod/roothide/instance/framework.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_THEOS_INTERNAL_LDFLAGS += -dynamiclib -install_name "@loader_path/.jbroot$(LOCAL_INSTALL_PATH)/$(_LOCAL_INSTALL_PATH)"
_THEOS_INTERNAL_LDFLAGS += -dynamiclib -install_name "@loader_path/.jbroot$(LOCAL_INSTALL_PATH)/$(_LOCAL_INSTANCE_TARGET)"

0 comments on commit c0c0138

Please sign in to comment.