fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project('D Static Library', 'd')
|
||||
|
||||
lstatic = static_library('stuff', 'libstuff.d', install : true)
|
||||
es = executable('app_s', 'app.d', link_with : lstatic, install : true)
|
||||
test('linktest_static', es)
|
||||
Reference in New Issue
Block a user