aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython40/files/patch-build.py
blob: 24b88f7e93efc16c97aa5f8527e46d6a655e77df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build.py.orig	2019-05-21 23:12:12 UTC
+++ build.py
@@ -401,7 +401,7 @@ def makeOptionParser():
         ("mac_framework",  (False, "Build wxWidgets as a Mac framework.")),
         ("mac_arch",       ("",    "Comma separated list of architectures to build on Mac")),
 
-        ("use_syswx",      (False, "Try to use an installed wx rather than building the "
+        ("use_syswx",      (True, "Try to use an installed wx rather than building the "
                                    "one in this source tree.  The wx-config in {prefix}/bin "
                                    "or the first found on the PATH determines which wx is "
                                    "used.  Implies --no_magic.")),