Skip to content

Commit

Permalink
Kmon
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Sep 23, 2024
1 parent e19c36f commit bebc7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dylib_packer.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ update_dylib_paths() {
done
}

# Export the function to make it available in subshells
export -f update_dylib_paths

# Update dynamic library paths for copied libraries
find Libraries/Wine/lib -maxdepth 1 -type f -name '*.dylib' -exec zsh -c 'update_dylib_paths "$0" "@loader_path/"' {} \;
find Libraries/Wine/lib/gstreamer-1.0 -maxdepth 1 -type f -name '*.dylib' -exec zsh -c 'update_dylib_paths "$0" "@loader_path/../"' {} \;
Expand Down

0 comments on commit bebc7c1

Please sign in to comment.