xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
93 stars 97 forks source link

Allow static build from MacOS #293

Closed jonathangreen closed 6 months ago

jonathangreen commented 6 months ago

Allow static builds from MacOS when setting the environment variable PYXMLSEC_STATIC_DEPS, previously this only worked on linux and windows. This also allows cross compiling libraries on osx to build a arm64 binary on a x86_64 mac or a x86_64 binary on a arm64 mac.

mxamin commented 6 months ago

@jonathangreen Can you rebase and resolve the conflict for this one too?

jonathangreen commented 6 months ago

@mxamin done!