ccxvii/mujs

'shared' target doesn't install libmujs.so

Closed this issue · 1 comments

It's best if build accepted options, like BUILD_SHARED and BUILD_STATIC and only built/installed what is requested.

There are multiple Makefile targets for building and installing static and shared libraries explicitly:

shared, install-shared, static, install-static, etc.