Build fix (#1030)
* Fix build flag * Fix the build process for new ags update.
This commit is contained in:
@@ -24,7 +24,7 @@ custom_target(
|
||||
meson.project_source_root() / 'app.ts',
|
||||
'@OUTPUT@',
|
||||
],
|
||||
output: meson.project_name() + '.js',
|
||||
output: meson.project_name(),
|
||||
install: true,
|
||||
install_dir: datadir,
|
||||
build_always_stale: true,
|
||||
|
||||
Reference in New Issue
Block a user