Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile line 17 breaks ARM builds #76

Open
olliegilbey opened this issue Feb 2, 2023 · 0 comments
Open

Makefile line 17 breaks ARM builds #76

olliegilbey opened this issue Feb 2, 2023 · 0 comments
Assignees

Comments

@olliegilbey
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants