Skip to content

Commit

Permalink
feat (wxmac): Enable WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Nov 20, 2020
1 parent 9365769 commit 22dc407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/wxmac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Wxmac < Formula
url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2"
sha256 "3ca3a19a14b407d0cdda507a7930c2e84ae1c8e74f946e0144d2fa7d881f1a94"
license "wxWindows"
revision 1
head "https://github.com/wxWidgets/wxWidgets.git"

livecheck do
Expand Down Expand Up @@ -41,6 +42,7 @@ def install
"--enable-svg",
"--enable-unicode",
"--enable-webkit",
"--enable-webview",
"--with-expat",
"--with-libjpeg",
"--with-libpng",
Expand Down

0 comments on commit 22dc407

Please sign in to comment.