I currently use this on ios but would like to know if it is possible to build this package for mac arm64 and x86_64 architectures? I cannot use catalyst and need to re-use the same code for my mac app version. I don't want to rely on the installed mac python version but use this embedded python exactly as on my ios app.
I saw it uses precompiled libssl and libcrypto as dependencies. if i compiled my own version of these libraries for mac and use them as dependency, will it work?
I currently use this on ios but would like to know if it is possible to build this package for mac arm64 and x86_64 architectures? I cannot use catalyst and need to re-use the same code for my mac app version. I don't want to rely on the installed mac python version but use this embedded python exactly as on my ios app.
I saw it uses precompiled
libsslandlibcryptoas dependencies. if i compiled my own version of these libraries for mac and use them as dependency, will it work?