We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f92b6c commit dca7df1Copy full SHA for dca7df1
lib4bin
@@ -1064,7 +1064,7 @@ if [[ ! -d "$WRAPPE_DIR" || "$WITH_PYTHON" == 1 ]]
1064
then
1065
try_mkdir "$bin_dir_pth"
1066
try_mv "$bin_to_wrap" "$bin_dir_pth"
1067
- ln $varg -sr "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")"
+ ln $varg "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")"
1068
fi
1069
done
1070
if [ "$(basename "$lib_src_dirname_pth")" != "$lib_dir" ]
0 commit comments