Forráskód Böngészése

meson: configure_file: remove input file

Alexandre Janniaux 5 éve
szülő
commit
a78b8c5bd6
1 módosított fájl, 0 hozzáadás és 1 törlés
  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)