-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels