forked from pool/python-wxPython
5620729dc5
Update to 4.2.0 Enable unit tests Keep compat with Leap 15.x/Python 3.6 OBS-URL: https://build.opensuse.org/request/show/994913 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=32
12 lines
518 B
Diff
12 lines
518 B
Diff
--- wxPython-4.1.0/buildtools/build_wxwidgets.py_orig 2020-05-30 01:24:47.890132236 +0200
|
|
+++ wxPython-4.1.0/buildtools/build_wxwidgets.py 2020-05-30 01:25:59.574988273 +0200
|
|
@@ -370,6 +370,8 @@
|
|
if os.path.exists(frameworkRootDir):
|
|
shutil.rmtree(frameworkRootDir)
|
|
|
|
+ configure_opts.append("--enable-stl")
|
|
+
|
|
print("Configure options: " + repr(configure_opts))
|
|
wxBuilder = builder.AutoconfBuilder()
|
|
if not options.no_config and not options.clean:
|