Remove WXWIN_OS_DESCRIPTION.
This constant wasn't very useful as it contained the description of the OS on the machine where the library was built, not the one on which the application using it was running. It also wasn't used anywhere in wxWidgets and apparently wasn't meant to be used outside of it. Finally, putting the output of `uname -r` into it created problems with creating reproducible builds as just a change in the kernel version changed the build results. Closes #17002.
This commit is contained in:
committed by
Vadim Zeitlin
parent
aa4811cdbb
commit
ecf85bf4cb
@@ -33,6 +33,8 @@ Changes in behaviour which may result in build errors
|
||||
- "webview" library is not included in `wx-config --libs` output any more, you
|
||||
need to request it explicitly, e.g. `wx-config --libs std,webview`.
|
||||
|
||||
- WXWIN_OS_DESCRIPTION doesn't exist any longer, use wxGetOsDescription().
|
||||
|
||||
|
||||
3.1.0: (released 2015-xx-xx)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user