Use 10.9 SDK by default in configure under macOS
On modern macOS systems, libstdc++ headers are not installed by default any more and using 10.7 SDK requires them, so running configure fails out of the box. Avoid this by defaulting to the earliest SDK version which works even under 10.14.
This commit is contained in:
@@ -108,6 +108,9 @@ Changes in behaviour which may result in build errors
|
||||
wxArrayString. Please update your code to use the appropriate setter
|
||||
Set[Char]{In,Ex}cludes(), instead of mutating the internal data directly.
|
||||
|
||||
- Under macOS, configure builds use 10.9 SDK by default now. 10.7 SDK is still
|
||||
supported, but must be explicitly selected.
|
||||
|
||||
|
||||
3.1.3: (released 2019-??-??)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user