We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just tried the bleeding edge tinycc for x86 mac from https://repo.or.cz/w/tinycc.git
2024-11-22 085e029f08c9b0b57632703df565efdbe2cd0c7f
It now builds x86 .so files that are usable in ctypes.CDLL.
Need to try it on an M1/M2 mac, with a check to see that it is building arm rather than x86.
Need to try it on a non-developer mac to see if non-signed self-compiled code is blocked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just tried the bleeding edge tinycc for x86 mac from https://repo.or.cz/w/tinycc.git
It now builds x86 .so files that are usable in ctypes.CDLL.
Need to try it on an M1/M2 mac, with a check to see that it is building arm rather than x86.
Need to try it on a non-developer mac to see if non-signed self-compiled code is blocked.
The text was updated successfully, but these errors were encountered: