fix: noconfirm auto-selects first AUR match
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
project('source generation', 'c')
|
||||
|
||||
ct = custom_target('gen',
|
||||
output : ['mylib.h', 'mylib.c'],
|
||||
command : [find_program('generator.py'), '@OUTDIR@'],
|
||||
)
|
||||
|
||||
e = executable('prog', 'main.c', ct)
|
||||
test('gentest', e)
|
||||
Reference in New Issue
Block a user