mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
maint(core): explain (wrong) meson warning
Build-bot: skip Test-bot: skip
This commit is contained in:
parent
235b3c526e
commit
acebacc2b6
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ kmc_cmd = [node, '--enable-source-maps', kmc_root]
|
|||
# Build all keyboards in output folder
|
||||
|
||||
foreach kbd : tests_needing_copy
|
||||
# This will output a (wrong) deprecation warning with meson < 1.5 - see #13250
|
||||
configure_file(input: kbd + '.xml', output: kbd + '.xml', copy: true)
|
||||
endforeach
|
||||
|
||||
|
|
@ -77,6 +78,7 @@ foreach kbd : tests_with_testdata
|
|||
endforeach
|
||||
|
||||
foreach kbd : tests_from_cldr
|
||||
# This will output a (wrong) deprecation warning with meson < 1.5 - see #13250
|
||||
configure_file(input: ldml_data / kbd + '.xml', output: kbd + '.xml', copy: true)
|
||||
configure_file(
|
||||
command: kmc_cmd + ['build', 'ldml-test-data', '@INPUT@', '--out-file', '@OUTPUT@'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue