You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.