You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user