fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project('rust static library', 'rust')
|
||||
|
||||
l = static_library('named_stuff', 'stuff.rs', install : true)
|
||||
e = executable('prog', 'prog.rs', link_with : l, install : true)
|
||||
test('linktest', e)
|
||||
Reference in New Issue
Block a user