mpc icon indicating copy to clipboard operation
mpc copied to clipboard

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

Open bferguson3 opened this issue 1 year ago • 0 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)

bferguson3 avatar Nov 07 '22 14:11 bferguson3