Skip to content

Error in Makefile using (ar) utility for Mac. #43

@snOm3ad

Description

@snOm3ad

The Makefile contains the following (on line 72)
$(LIBFILE): $(LIBOBJ) $(AR) -crs $@ -- $^
The command fails on MacOS High Sierra because the ar utility does not recognize the -- as valid syntax. Removing the double dash, solved the issue for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions