浏览代码

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 年之前
父节点
当前提交
c111c42a86
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
   )