aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wxmac.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb
index ea984de09..7947416d6 100644
--- a/Library/Formula/wxmac.rb
+++ b/Library/Formula/wxmac.rb
@@ -27,8 +27,9 @@ class Wxmac < Formula
"WX_CONFIG=#{bin}/wx-config",
# At this time Wxmac is installed Unicode only
"UNICODE=1",
- # And thus we have no need for multiversion support
- "INSTALL_MULTIVERSION=0",
+ # Some scripts (e.g. matplotlib) expect to `import wxversion`, which is
+ # only available on a multiversion build. Besides that `import wx` still works.
+ "INSTALL_MULTIVERSION=1",
# OpenGL and stuff
"BUILD_GLCANVAS=1",
"BUILD_GIZMOS=1",