Skip to content

Character causing issue with Mac install #71

@olliegilbey

Description

@olliegilbey

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.

Metadata

Metadata

Assignees

No one assigned

    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