2020-08-05 00:44:38 +02:00
|
|
|
--- 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
|
2022-08-14 16:40:17 +02:00
|
|
|
@@ -370,6 +370,8 @@
|
|
|
|
if os.path.exists(frameworkRootDir):
|
|
|
|
shutil.rmtree(frameworkRootDir)
|
2020-08-05 00:44:38 +02:00
|
|
|
|
|
|
|
+ configure_opts.append("--enable-stl")
|
2022-08-14 16:40:17 +02:00
|
|
|
+
|
2020-08-05 00:44:38 +02:00
|
|
|
print("Configure options: " + repr(configure_opts))
|
|
|
|
wxBuilder = builder.AutoconfBuilder()
|
2022-08-14 16:40:17 +02:00
|
|
|
if not options.no_config and not options.clean:
|