diff options
| author | Jan200101 <sentrycraft123@gmail.com> | 2024-12-11 19:20:37 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-12-19 09:45:19 -0800 |
| commit | 7a4647b194f925f386aad0c8fe5f95ff20edb0c7 (patch) | |
| tree | 04fd6ed325b1a8962bdf8509c2db01e8181d2108 /test cases/frameworks | |
| parent | 38c8568ec34e90a9744ca88c1450d3365039b634 (diff) | |
| download | meson-7a4647b194f925f386aad0c8fe5f95ff20edb0c7.tar.gz | |
replace cmake configuration workaround with a straight copy
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/7 gnome/mkenums/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test cases/frameworks/7 gnome/mkenums/meson.build b/test cases/frameworks/7 gnome/mkenums/meson.build index 284231f2f..36b73d245 100644 --- a/test cases/frameworks/7 gnome/mkenums/meson.build +++ b/test cases/frameworks/7 gnome/mkenums/meson.build @@ -140,12 +140,9 @@ test('enum test 5', enumexe5) # Generate template then use as input to mkenums -# Simple trick to copy the file without substitutions, can be -# removed when https://github.com/mesonbuild/meson/pull/3383 is fixed gen_h_template = configure_file(input: 'enums.h.in', output: 'enums6.h.in', - configuration: configuration_data(), - format: 'cmake') + copy: true) enums_h6 = gnome.mkenums('enums6', sources : 'meson-sample.h', |
