mvtools: fix test (#13348)
This commit is contained in:
parent
8015d35584
commit
8eb62377b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Mvtools < Formula
|
|||
script = <<-PYTHON.undent.split("\n").join(";")
|
||||
import vapoursynth as vs
|
||||
core = vs.get_core()
|
||||
core.std.LoadPlugin(path="#{HOMEBREW_PREFIX}/lib/libmvtools.dylib")
|
||||
core.std.LoadPlugin(path="#{lib}/libmvtools.dylib")
|
||||
PYTHON
|
||||
|
||||
system "python3", "-c", script
|
||||
|
|
Loading…
Reference in a new issue