Skip to content
New issue

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

use *const c_char instead of *const i8 to compile on aarch64 #146

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

nrxus
Copy link
Contributor

@nrxus nrxus commented Feb 22, 2024

x86_64 and aarch64 chars are not both i8. x86 has signed characters, aarch has unsigned characters. To make this be cross-compatible we should be using c_char instead.

This was broken in this commit: 6cdad52

@Hugal31 Hugal31 merged commit ab7cd9c into Hugal31:master Feb 23, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants