fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project('CaSe DePenDenCy In Wrap', 'c')
|
||||
|
||||
d = dependency('UP_down')
|
||||
|
||||
e = executable('prog', 'prog.c', dependencies: d)
|
||||
test('prog', e)
|
||||
Reference in New Issue
Block a user