Skip to content

0.57.1

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 29 Oct 02:18
· 86 commits to main since this release

Fix compiling Pony programs on x86 MacOS when XCode 15 is the linker

With the introduction of XCode 15, you could no longer link Pony programs on x86 MacOS. We've fixed the issue. Apple Silicon was uneffected.

[0.57.1] - 2023-10-29

Fixed

  • Fix compiling Pony programs on X86 MacOS when XCode 15 is the linker (PR #4466)