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 c_char instead of i8 #155

Merged
merged 1 commit into from
Mar 14, 2024
Merged

use c_char instead of i8 #155

merged 1 commit into from
Mar 14, 2024

Conversation

vnghia
Copy link
Contributor

@vnghia vnghia commented Mar 14, 2024

On arm64, char is corresponding to u8. So I use std::ffi::c_char here to fix compiling on arm64.

@ldm0
Copy link
Member

ldm0 commented Mar 14, 2024

Thanks for your contribution!

@ldm0 ldm0 merged commit 92d9d7d into larksuite:master Mar 14, 2024
14 checks passed
@vnghia vnghia deleted the fix-compile-arm64 branch March 14, 2024 18:44
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