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
Can't be used on ARM platform because of error 'is_x86_feature_detected can only be used on x86 and x86_64 targets' #55
Comments
|
It's true. I had not tried it, I thought the macros was defined in other targets. It's just a |
|
Sad I am not a programmer at all. |
|
b0f839c should fix this issue. Can you confirm it? |
|
How can I test it? |
|
Use git version v_htmlescape = { git = "https://github.com/botika/v_escape" } |
|
Thank you! Sorry for delay. |
Trying to build project for ARM (both aarch64and armv7hf) platforms got an error. It seems there proposedaway to fix:
The text was updated successfully, but these errors were encountered: