meson: fix non-static build
parent
ceece2c195
commit
4e73e37d29
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue