The purpose is to keep the main meson build file as simple as possible while keeping the innosetup config.
9 lines
185 B
Meson
9 lines
185 B
Meson
if host_machine.system() == 'windows'
|
|
configure_file(
|
|
input : 'innosetup/innosetup.iss.in',
|
|
output : 'innosetup.iss',
|
|
configuration : conf_data
|
|
)
|
|
endif
|
|
|