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

Character causing issue with Mac install #71

Open
olliegilbey opened this issue Jan 16, 2023 · 0 comments
Open

Character causing issue with Mac install #71

olliegilbey opened this issue Jan 16, 2023 · 0 comments

Comments

@olliegilbey
Copy link

https://github.com/CudoVentures/cudos-node/blob/ed5a355b592ea93ce0cd35f2ef778a8cf18343a7/Makefile#L17

It seems a single character in the Makefile is causing issues when running make on Mac for some users - untested.

On line 17:
Replace:
install: export CGO_LDFLAGS="-Wl,-rpath=$$ORIGIN/../"
With:
install: export CGO_LDFLAGS="-Wl,-rpath,$$ORIGIN/../"
(Just a tiny change from an = to a , after -rpath)

If someone could test this on their Mac (ARM) and see if there is a fix.
This is useful for devs who want to interact with the node from their Mac devices.

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

1 participant