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
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
On ARM devices, L17 needs to look like: install: export CGO_LDFLAGS="-Wl,-rpath,$$ORIGIN/../" (Just a change from an = to a , before $$ORIGIN)
Can we test this on different devices and see if this works with the change on all devices?
Otherwise, handle this automatically based on system architecture
Thanks team!
https://github.com/CudoVentures/cudos-node/blob/ed5a355b592ea93ce0cd35f2ef778a8cf18343a7/Makefile#L17
On ARM devices, L17 needs to look like:
install: export CGO_LDFLAGS="-Wl,-rpath,$$ORIGIN/../"(Just a change from an=to a,before$$ORIGIN)Can we test this on different devices and see if this works with the change on all devices?
Otherwise, handle this automatically based on system architecture
Thanks team!