File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ prefix_install: installables
5151 mkdir -p " $( PREFIX) /Frameworks" " $( PREFIX) /bin"
5252 cp -rf " $( TEMPORARY_FOLDER) $( FRAMEWORKS_FOLDER) /SwiftLintFramework.framework" " $( PREFIX) /Frameworks/"
5353 cp -f " $( TEMPORARY_FOLDER) $( BINARIES_FOLDER) /swiftlint" " $( PREFIX) /bin/"
54- install_name_tool -add_rpath " @executable_path/../Frameworks" " $( PREFIX) /bin/swiftlint"
5554 install_name_tool -add_rpath " @executable_path/../Frameworks/SwiftLintFramework.framework/Versions/Current/Frameworks/" " $( PREFIX) /bin/swiftlint"
5655 install_name_tool -add_rpath " @executable_path/../Frameworks/SwiftLintFramework.framework/Versions/Current/Frameworks/SourceKittenFramework.framework/Versions/Current/Frameworks/" " $( PREFIX) /bin/swiftlint"
5756
You can’t perform that action at this time.
0 commit comments