소스 검색

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)