From cb55f57d87ae840bd0f65dbe6bd22fa021a873a7 Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Sun, 7 Feb 2021 21:35:56 +0100 Subject: [PATCH] meson: add static compile args to inih_dep (#126) Signed-off-by: Stephan Lachnit --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 60f0bb0..a4bb4d1 100644 --- a/meson.build +++ b/meson.build @@ -77,6 +77,7 @@ endif inih_dep = declare_dependency( link_with : lib_inih, + compile_args : arg_static, include_directories : inc_inih )