fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
project('link with exe', 'c')
|
||||
|
||||
e = executable('prog', 'prog.c')
|
||||
m = shared_module('module', 'module.c', link_with: e)
|
||||
Reference in New Issue
Block a user