Skip to content

Commit

Permalink
Merge branch 'fix-ba95ceb' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lhc70000 committed Dec 4, 2018
2 parents 1c7f27a + 2dba57b commit c4cd7af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions other/change_lib_dependencies.rb
Expand Up @@ -54,8 +54,7 @@ def change_install_name!(old_name, new_name)
end
end

# linked_files = Dir["#{`brew --prefi mpv`.chomp}/lib/*.dylib"]
linked_files = Dir["/Users/alejx/src/mpv/build/libmpv.dylib"]
linked_files = Dir["#{`brew --prefix mpv`.chomp}/lib/*.dylib"]
linked_files += Dir["#{`brew --prefix ffmpeg`.chomp}/lib/*.dylib"]
proj_path = File.expand_path(File.join(File.dirname(__FILE__), '../'))
lib_folder = File.join(proj_path, "deps/lib/")
Expand Down

0 comments on commit c4cd7af

Please sign in to comment.