Skip to content

Commit

Permalink
fix lib dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
lhc70000 committed Jan 2, 2017
1 parent 10d7e50 commit aeb2ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libmpv/lib/libmpv.1.23.0.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion other/change_lib_dependencies.rb
Expand Up @@ -29,7 +29,7 @@
deps.each do |d|
basename = File.basename(d)
if basename == File.basename(curr_lib) then next end
if d.start_with?("/usr/local/opt/", "/usr/local/Cellar/")
if d.start_with?("/usr/local/", "/usr/local/Cellar/")
basename = File.basename(d)
fix_count += 1
changes.push "sudo install_name_tool -change '#{d}' '@rpath/#{basename}' '#{curr_lib}'"
Expand Down

0 comments on commit aeb2ccb

Please sign in to comment.