Skip to content

Makefile line 17 breaks ARM builds #76

@olliegilbey

Description

@olliegilbey

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions