You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to reproduce this problem. Can you provide more details, such as: how exactly are you building? What is the exact compiler error output you are seeing?
LP64 is not defined default when build for armv7. line 89 causes a error. It might be
#ifdef __LP64__
instead of#if __LP64__
The text was updated successfully, but these errors were encountered: