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
There is an issue in bindgen that prevents building for the aarch64-apple-ios target. This
works arounds the issue by replacing aarch64 with arm64 which clang can understand.
Also fixes conditional includes for macOS, which was using the target of the *build script*
instead of the target we're building for.
Close#285
0 commit comments