Skip to content

Commit

Permalink
trurl.sh: fold long line [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent a17fc60 commit 38bbf85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ _VER="$1"
"${_MAKE}" NDEBUG=1 TRURL_IGNORE_CURL_CONFIG=1

if [ "${_OS}" = 'mac' ]; then
install_name_tool -change '@rpath/libcurl.4.dylib' '@executable_path/../lib/libcurl.4.dylib' "./trurl${BIN_EXT}"
install_name_tool -change \
'@rpath/libcurl.4.dylib' \
'@executable_path/../lib/libcurl.4.dylib' "./trurl${BIN_EXT}"
fi

# Install manually
Expand Down

0 comments on commit 38bbf85

Please sign in to comment.