Explorar el Código

meson: configure_file: remove input file

Alexandre Janniaux hace 5 años
padre
commit
a78b8c5bd6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)