orangeduck / mpc

A Parser Combinator library for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make install does not work on newer MacOS (install command/folders)

bferguson3 opened this issue · comments

The install command on MacOS does not have the -t command line flag, so it fails.

Additionally, the folder name for the libraries generated was not "lib" but "libmpc.so.dSYM".

I installed the files manually by copying them and then manually resetting their permissions afterward:

cp -r ./$(DIST)/libmpc.so.dSYM $(DESTDIR)$(PREFIX)/lib
cp ./$(PROJ).c $(DESTDIR)$(PREFIX)/share/$(PROJ)
cp ./$(PROJ).h $(DESTDIR)$(PREFIX)/share/$(PROJ)