Zeta
Zeta
…e blocking. Sometimes mbedtls returns WANT_READ/WANT_WRITE errors (the case I encountered while working on https://github.com/HaxeFoundation/hashlink/pull/681 seems to be due to session tickets). These should be interpreted as "retry when more...
This enables `hl.Api.breakPoint()` and catching exceptions.
- get rid of the brew uninstall hack, it doesn't seem to be needed anymore - only define MSG_NOSIGNAL if it is actually undefined - Use `SecTrustCopyAnchorCertificates` to get root...
Closes #1801
This should fix https://github.com/HaxeFoundation/neko/issues/303
Ninja is a fast cross-platform build system designed for use-cases like this. https://ninja-build.org/ Marking as a draft because this PR still needs some more testing to make sure it works...