|
8 | 8 | -- Optional environment variable specifying the wxWidgets version
|
9 | 9 | newoption {
|
10 | 10 | trigger = "wx_ver",
|
11 |
| - value = "3.1", |
| 11 | + value = "3.2", |
12 | 12 | description = "Version of the wxWidgets build to be used"
|
13 | 13 | }
|
14 | 14 |
|
@@ -40,7 +40,7 @@ newoption {
|
40 | 40 | }
|
41 | 41 |
|
42 | 42 | if not _OPTIONS["wx_ver"] then
|
43 |
| - _OPTIONS["wx_ver"] = "3.1" |
| 43 | + _OPTIONS["wx_ver"] = "3.2" |
44 | 44 | end
|
45 | 45 |
|
46 | 46 | if not _OPTIONS["wx_env"] then
|
|
143 | 143 | -- Root : path to wx root folder. Can be left empty if WXWIN is defined
|
144 | 144 | -- or if wx-config is accessible.
|
145 | 145 | -- Debug : "yes" use debug version of wxwidgets. Default to "no"
|
146 |
| --- Version : one of '2.8', '2.9', '3.0', '3.1'. Default to '3.1' |
| 146 | +-- Version : one of '2.8', '2.9', '3.0', '3.1', '3.2'. Default to '3.2' |
147 | 147 | -- Static : indicates how wx is to be linked. Values are
|
148 | 148 | -- either "yes" for static linking or "no" for shared linking, Default to "no"
|
149 | 149 | -- Unicode : use "yes" for unicode or "no" for ansi version.
|
@@ -171,7 +171,7 @@ function wx_config(options)
|
171 | 171 | wx_config_Private( options.Root or "",
|
172 | 172 | options.Debug or "",
|
173 | 173 | options.Host or "",
|
174 |
| - options.Version or "3.1", |
| 174 | + options.Version or "3.2", |
175 | 175 | options.Static or "",
|
176 | 176 | options.Unicode or "yes",
|
177 | 177 | options.Universal or "",
|
|
0 commit comments