Skip to content

Commit

Permalink
Merge pull request #15 from ra1028/add-rpath-loader-path
Browse files Browse the repository at this point in the history
Add @loader_path to rpaths
  • Loading branch information
ra1028 authored Apr 4, 2022
2 parents 8e60a08 + dc6dfc7 commit 4f5d06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gem-install:
bundle install --jobs 4 --retry 3

zip: build
install_name_tool -add_rpath $(XCODE_DEFAULT_TOOLCHAIN)/usr/lib/swift/macosx $(TOOL_BIN) 2>/dev/null || true
install_name_tool -add_rpath @loader_path -add_rpath $(XCODE_DEFAULT_TOOLCHAIN)/usr/lib/swift/macosx $(TOOL_BIN) 2>/dev/null || true
rm -f $(TOOL_NAME).zip
zip -j $(TOOL_NAME).zip $(TOOL_BIN) $(TOOL_BIN_DIR)/lib_InternalSwiftSyntaxParser.dylib LICENSE

Expand Down

0 comments on commit 4f5d06d

Please sign in to comment.