meson: Always build both shared and static libraries
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 21 Nov 2017 20:12:23 +0000 (01:42 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 21 Nov 2017 20:17:26 +0000 (01:47 +0530)
commit8f8a9b27a73c244efb3cf2ab8f4a743d1b0705cf
tree774f479af20e1fccd311bcf1d1484078bab1ec07
parent1abd4c1730213f849bf57cf85ae1591f7c53bc5f
meson: Always build both shared and static libraries

This reuses objects from the shared library for the static library, so
it should not affect the build time at all.

orc_dep and orc_test_dep will still contain the library selected by
--default-library
orc-test/meson.build
orc/meson.build