mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
6 lines
108 B
Meson
6 lines
108 B
Meson
is_windows = ['windows'].contains(host_machine.system())
|
|
|
|
if is_windows
|
|
subdir('windows-installer')
|
|
endif
|