fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
project('Mixing C and D', 'd', 'c')
|
||||
|
||||
ldyn = shared_library('stuff', 'libstuff.c', install : true)
|
||||
ed = executable('appdc_d', 'app.d', link_with : ldyn, install : true)
|
||||
test('linktest_cdyn', ed)
|
||||
|
||||
lstatic = static_library('stuff', 'libstuff.c', install : true)
|
||||
es = executable('appdc_s', 'app.d', link_with : lstatic, install : true)
|
||||
test('linktest_cstatic', es)
|
||||
Reference in New Issue
Block a user