5 lines
98 B
Meson
5 lines
98 B
Meson
# dist scripts
|
|
if not meson.is_subproject()
|
|
meson.add_dist_script('dist-translations.py')
|
|
endif
|