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