We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 920d0c2 + 58e4eee commit dfdfff0Copy full SHA for dfdfff0
1 file changed
Documentation/meson.build
@@ -354,13 +354,10 @@ foreach mode : [ 'diff', 'merge' ]
354
command: [
355
shell,
356
'@INPUT@',
357
- '..',
+ meson.project_source_root(),
358
mode,
359
'@OUTPUT@'
360
],
361
- env: [
362
- 'MERGE_TOOLS_DIR=' + meson.project_source_root() / 'mergetools',
363
- ],
364
input: 'generate-mergetool-list.sh',
365
output: 'mergetools-' + mode + '.adoc',
366
)
0 commit comments