Switch to a relative path for the text bank headers directory (#783)
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Gudf 2025-09-22 21:24:23 +02:00 committed by GitHub
parent e2fcab79a9
commit f03b3ee539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ text_banks_order = custom_target('text_banks.order',
)
# 4. Generate individual text bank binaries from JSON files.
bank_header_target = meson.current_build_dir() / 'bank'
bank_header_target = fs.relative_to(meson.current_build_dir() / 'bank', meson.project_build_root())
bank_header_dir = custom_target('bank_header_dir',
capture: true,
output: 'bank_header_dir',