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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: