瀏覽代碼

meson: configure_file: remove input file

Alexandre Janniaux 5 年之前
父節點
當前提交
a78b8c5bd6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      meson.build

+ 0 - 1
meson.build

@@ -103,7 +103,6 @@ if cc.has_function('nl_langinfo')
 endif
 
 config_header = configure_file(
-  input: 'config.h.in',
   output: 'config.h',
   configuration: conf_data)