fix: noconfirm auto-selects first AUR match
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
void liba_func();
|
||||
|
||||
int main(void) {
|
||||
liba_func();
|
||||
return 0;
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
project('exe', ['c'])
|
||||
|
||||
executable('app',
|
||||
'app.c',
|
||||
# Use uninterpreted strings to avoid path finding by dependency or compiler.find_library
|
||||
link_args: ['-ltest-lib']
|
||||
)
|
||||
Reference in New Issue
Block a user