Fix build flag (#1029)

This commit is contained in:
Jas Singh
2025-06-27 19:18:44 -07:00
committed by GitHub
parent 2c0c66a8dd
commit ec93ae2e35

View File

@@ -18,6 +18,7 @@ custom_target(
command: [ command: [
ags, ags,
'bundle', 'bundle',
'--gtk', '3',
'--define', 'DATADIR="' + datadir + '"', '--define', 'DATADIR="' + datadir + '"',
'--root', meson.project_source_root(), '--root', meson.project_source_root(),
meson.project_source_root() / 'app.ts', meson.project_source_root() / 'app.ts',