Skip wxwidgets because it fails to build on Leopard

Fixes Homebrew/homebrew#96
This commit is contained in:
jtimberman 2009-10-17 01:39:01 -06:00 committed by Max Howell
parent 5c5bd71426
commit ad41f40b32

View file

@ -35,6 +35,7 @@ class Erlang <Formula
end end
system "./configure", *config_flags system "./configure", *config_flags
system "touch lib/wx/SKIP"
system "make" system "make"
system "make install" system "make install"