mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
Switch to a relative path for the text bank headers directory (#783)
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
parent
e2fcab79a9
commit
f03b3ee539
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user