mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
126 stars 65 forks source link

ENH: add objc and objcpp to the $ARCHFLAGS generated cross file #470

Closed dnicolodi closed 1 year ago

dnicolodi commented 1 year ago

Allows $ARCHFLAGS enabled cross compilation of objc and objcpp.

Fixes #468.

rgommers commented 1 year ago

I think we can merge this and then release 0.14.0; this is almost certainly correct and if not, we can easily fix it in 0.14.1. Sound good @dnicolodi?

dnicolodi commented 1 year ago

Yes, no objections from my side.

rgommers commented 1 year ago

Great, I'll try to do that tomorrow morning then.

rgommers commented 1 year ago

New release is up!