/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.3.9
data/meson.build
13 строк
319 B
Richard Hughes
Make the build reproducible
19 авг 2020, 17:23
19 авг 2020, 17:23
cebfa2b
Код
Авторство
О чём код?
if get_option('tests') and host_machine.system() != 'windows' configure_file( input : 'libxmlb.test.in', output : 'libxmlb.test', configuration : conf, install: true, install_dir: installed_test_datadir, ) install_data(['test.xml.gz.gz.gz'], install_dir: installed_test_bindir, ) endif