Skip to content
  • Justin Kim's avatar
    Makefile.am: add tag option for macos build · 83fc3ba3
    Justin Kim authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
    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
    ```
    83fc3ba3