Skip to content

Makefile.am: add tag option to libtool flag

Justin Kim requested to merge joykim/medialibrary:fix-libtool-error into master

Otherwise, it fails to build on macos with libtool's complain.

libtool: compile: unable to infer tagged configuration
libtool:   error: specify a tag with '--tag'
make[2]: *** [src/filesystem/darwin/libmedialibrary_macos_la-DeviceLister.lo] Error 1
make[1]: *** [all] Error 2

Merge request reports