Browse Source

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 4 years ago
parent
commit
c111c42a86
1 changed files with 1 additions and 0 deletions
  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
   )