pygtkglext: fix test
This commit is contained in:
parent
293015e57c
commit
9620b77cad
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class Pygtkglext < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV.append_path "PYTHONPATH", Formula["pygtk"].opt_lib+"python2.7/site-packages/gtk-2.0"
|
||||
system "python", "-c", "import pygtk", "pygtk.require('2.0')", "import gtk.gtkgl"
|
||||
ENV.append_path "PYTHONPATH", Formula["pygtk"].opt_lib/"python2.7/site-packages/gtk-2.0"
|
||||
system "python2.7", "-c", "import pygtk", "pygtk.require('2.0')", "import gtk.gtkgl"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue