Would it be possible to change meson targets to allow static builds? ``` - libproxy = shared_library(... + libproxy = library(... ```
Would it be possible to change meson targets to allow static builds?