diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-20 01:08:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-20 01:08:20 +0300 |
commit | be5038331065b4021bb892fc00bb80267f000553 (patch) | |
tree | ef240892f1e9434e5937f7df73fb6570109cecba /extra/glib | |
parent | fc9f3cd3077c3561cd77b714ef1b3b4256df05d8 (diff) | |
download | repository-be5038331065b4021bb892fc00bb80267f000553.tar.gz |
glib: build static library as well
Diffstat (limited to 'extra/glib')
-rwxr-xr-x | extra/glib/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/glib/build b/extra/glib/build index 77ac9d52..38d3b13a 100755 --- a/extra/glib/build +++ b/extra/glib/build @@ -12,6 +12,7 @@ find . -type f -name meson.build -exec \ meson \ --prefix=/usr \ + -Ddefault_library=both \ -Dman=false \ -Dfam=false \ . build |