Commit c52d4ce 1 parent 904379d commit c52d4ce Copy full SHA for c52d4ce
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ jobs:
343
343
export -f update_dylib_paths
344
344
345
345
find Libraries/Wine/lib -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'update_dylib_paths "$0" "@loader_path/"' {} \;
346
- find Libraries/Wine/lib/gstreamer-1.0 -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'gstreamer_update_dylib_paths "$0" "@loader_path/../"' {} \;
346
+ find Libraries/Wine/lib/gstreamer-1.0 -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'update_dylib_paths "$0" "@loader_path/../"' {} \;
347
347
348
- wine_update_dylib_paths Libraries/Wine/lib/wine/x86_64-unix/winegstreamer.so "@rpath/"
348
+ update_dylib_paths Libraries/Wine/lib/wine/x86_64-unix/winegstreamer.so "@rpath/"
349
349
350
350
sudo xattr -rd com.apple.quarantine Libraries/Wine
351
351
You can’t perform that action at this time.
0 commit comments