Skip to content

Commit

Permalink
patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Feb 9, 2024
1 parent d1223ef commit fe638f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-release-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ while IFS= read -r dylibpath; do
cp $dylibpath_no_rpath .

# changing $dylibname
install_name_tool -change $dylibpath @executable_path/$dylibname $EXE
patchelf --replace-needed $dylibname "./$dylibname" $EXE

done <<< "$ALL_EXE_SHARED_LIBRARIES"

Expand Down

0 comments on commit fe638f1

Please sign in to comment.