build(meson): feature args in pkg-config file (#1092)
Follow-up for #1090. The args are now also added to the pkg-config file.
This commit is contained in:
parent
6fb5b63018
commit
c111c42a86
@ -96,6 +96,7 @@ if get_option('cpp-httplib_compile')
|
|||||||
import('pkgconfig').generate(
|
import('pkgconfig').generate(
|
||||||
lib,
|
lib,
|
||||||
description: 'A C++ HTTP/HTTPS server and client library',
|
description: 'A C++ HTTP/HTTPS server and client library',
|
||||||
|
extra_cflags: args,
|
||||||
url: 'https://github.com/yhirose/cpp-httplib',
|
url: 'https://github.com/yhirose/cpp-httplib',
|
||||||
version: version
|
version: version
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user