terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Fix executables built on arm64 macOS #589

Closed shoe42 closed 2 years ago

shoe42 commented 2 years ago

This commit removes the addition of the -pagezero_size and -image_base linker flags.

elliottslaughter commented 2 years ago

Local tests look fine on x86 Mac, so I'll merge this once CI passes.

Thanks!

elliottslaughter commented 2 years ago

I'm 99.9% sure the multiarch failure is unrelated, so I'll merge this now.