- Rename wxPython40 to wxPython4 - Update to 4.1 version - Fix wxgtk31 for string - Use wxGtk31 instead of wxgtk30 - Fix kicad* ports with wxgtk31/wxPython 4.1 Changes: - https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html Reviewed by: tcberner Approved by: yuri, bofh Differential Revision: D34080
11 lines
710 B
Python
11 lines
710 B
Python
--- 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.")),
|