Re: [fpc-devel] macosx_version_min has been renamed to -macos_version_min

2024-11-02 Thread Zoë Peterson via fpc-devel
> Unfortunately, I now get > > ld: unknown option: -macos_version_min > > when building fpc from trunk on Mac OS 10.14. FPC should use one or the other based on the version of macOS or Xcode that you’re compiling on, not the minimum version you’re targeting. — Zoë Peterson Scooter Software___

Re: [fpc-devel] macosx_version_min has been renamed to -macos_version_min

2024-11-02 Thread Adriaan van Os via fpc-devel
Jonas Maebe via fpc-devel wrote: 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