[fpc-devel] macosx_version_min has been renamed to -macos_version_min
Jonas Maebe
jonas at freepascal.org
Mon Oct 28 20:20:50 CET 2024
On 28/10/2024 14:14, Mattias Gaertner via fpc-devel wrote:
> On mac the linker gives
>
> Error: -macosx_version_min has been renamed to -macos_version_min
>
> With fpc 3.2.2 and 3.3.1.
>
> Is there some option I'm missing?
Yesterday I changed trunk so that the compiler uses -macos_version_min
if you target macOS 11.0 or later (-WM11.0). It won't help with FPC
3.2.2 though. I'll look into merging the change to 3.2.4, and possibly
also up the default target macOS version to 11.0 to avoid issues by
default for most people.
Jonas
More information about the fpc-devel
mailing list