mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
Add prefix to meson build target to avoid conflicts.
Older versions of meson fail when a build target in a subproject has the same name as another subproject. This has been fixed in newer versions, but we still need to support older versions and in any case this seems cleaner and the help build target is already prefixed in this fashion.
This commit is contained in:
parent
9039d20b5b
commit
f5c730fd03
@ -2,7 +2,7 @@
|
||||
# Generate config
|
||||
####################################################################################################################################
|
||||
test_parse_auto_c_inc = custom_target(
|
||||
'parse.auto.c.inc',
|
||||
'test_parse.auto.c.inc',
|
||||
output : 'parse.auto.c.inc',
|
||||
depend_files: [
|
||||
'../build/config/config.yaml',
|
||||
|
Loading…
x
Reference in New Issue
Block a user