fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
project('foo', 'c',
|
||||
default_options : 'libdir=lib')
|
||||
|
||||
subdir('foo')
|
||||
|
||||
executable('prog', 'prog.c',
|
||||
link_with : foolib,
|
||||
install : true)
|
||||
Reference in New Issue
Block a user