Explorar o código

build(meson): feature args in pkg-config file (#1092)

Follow-up for #1090. The args are now also added to the pkg-config file.
Andrea Pappacoda %!s(int64=4) %!d(string=hai) anos
pai
achega
c111c42a86
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      meson.build

+ 1 - 0
meson.build

@@ -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
   )