7 lines
140 B
Meson
7 lines
140 B
Meson
config_js = configure_file(
|
|
input: 'config.js.in',
|
|
output: '@BASENAME@',
|
|
configuration: {
|
|
'PROFILE': get_option('profile'),
|
|
}
|
|
)
|