fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
project('foo', 'c', 'vala')
|
||||
|
||||
glib = dependency('glib-2.0')
|
||||
|
||||
subdir('c')
|
||||
e = executable('foo', 'c/foo.c', retval, 'vala/bar.vala', dependencies: [glib])
|
||||
test('test foo', e)
|
||||
Reference in New Issue
Block a user