forked from pool/python-wxPython
11 lines
475 B
Diff
11 lines
475 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
|
||
|
@@ -362,6 +362,7 @@
|
||
|
else:
|
||
|
configure_opts.append("--enable-universal_binary=%s" % options.mac_universal_binary)
|
||
|
|
||
|
+ configure_opts.append("--enable-stl")
|
||
|
|
||
|
print("Configure options: " + repr(configure_opts))
|
||
|
wxBuilder = builder.AutoconfBuilder()
|