1
0
mirror of synced 2025-07-23 14:20:59 +03:00

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:
Andrea Pappacoda
2021-11-16 04:50:33 +01:00
committed by GitHub
parent 6fb5b63018
commit c111c42a86

View File

@ -96,6 +96,7 @@ if get_option('cpp-httplib_compile')
import('pkgconfig').generate(
lib,
description: 'A C++ HTTP/HTTPS server and client library',
extra_cflags: args,
url: 'https://github.com/yhirose/cpp-httplib',
version: version
)