From 4e73e37d2902353da0bf99a40921207f771cda70 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 24 Jul 2021 19:56:46 -0600 Subject: [PATCH] meson: fix non-static build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f369c19..27f2fa1 100644 --- a/meson.build +++ b/meson.build @@ -48,7 +48,7 @@ libtype = get_option('default_library') if libtype == 'static' build_static = '-DPKGCONFIG_IS_STATIC' else - build_static = '' + build_static = '-DPKGCONFIG_IS_NOT_STATIC' endif libpkgconf = library('pkgconf',