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
This is on macOS M1 for any usage of the Go bindings - seems the dependency used to link (https://github.com/rainycape/dl) doesn't support ARM?
# github.com/rainycape/dl
Undefined symbols for architecture arm64:
"_make_call", referenced from:
_call in _x004.o
ld: symbol(s) not found for architecture arm64
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
That library is effectively dead. We should find an alternative or get rid of it somehow. PRs are welcome. The closest I found and maintained is https://github.com/ebitengine/purego
This is on macOS M1 for any usage of the Go bindings - seems the dependency used to link (https://github.com/rainycape/dl) doesn't support ARM?
The text was updated successfully, but these errors were encountered: