Revert "build - meson - fix build when legacy is still enabled and gen the code"

This reverts commit 9aeedc5a1c.
This commit is contained in:
Carsten Haitzler 2018-10-31 09:26:51 +00:00
parent 1933735635
commit 014bbb888e
1 changed files with 0 additions and 1 deletions

View File

@ -342,7 +342,6 @@ foreach eo_file : priv_eo_files
command : [eolian_gen, '-I', meson.current_source_dir(), eolian_include_directories,
'-o', 'h:' + join_paths(meson.current_build_dir(), eo_file + '.h'),
'-o', 'c:' + join_paths(meson.current_build_dir(), eo_file + '.c'),
'-o', 'l:' + join_paths(meson.current_build_dir(), eo_file + '.legacy.h'),
'-o', 'd:' + join_paths(meson.current_build_dir(), eo_file + '.d'),
'-gchd', '@INPUT@'])
endforeach