meson: fix non-static build

pull/231/head
Ariadne Conill 2021-07-24 19:56:46 -06:00
parent ceece2c195
commit 4e73e37d29
1 changed files with 1 additions and 1 deletions

View File

@ -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',