lib: allow to disable shared libraries
authorBaruch Siach <baruch@tkos.co.il>
Thu, 19 Apr 2018 09:28:11 +0000 (12:28 +0300)
committerBaruch Siach <baruch@tkos.co.il>
Thu, 19 Apr 2018 09:28:11 +0000 (12:28 +0300)
commit95bde2a4ae4a92e984a5783ca1f09f44bf04fadb
tree2c7d8558d81ae7b6a9b402ba58d9acf937acc98d
parentc6301479c5a85aa32d6060b3976995c1ad85a58f
lib: allow to disable shared libraries

Just like BUILD_STATIC=no disables static libraries, BUILD_SHARED=no
disabled shared libraries. This is useful to support toolchains that do
not support shared libraries.
lib/Makefile