fix: noconfirm auto-selects first AUR match
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
#include <foo.h>
|
||||
|
||||
int main(void) {
|
||||
return foo_process();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
barexe = executable('bar', 'main.c',
|
||||
include_directories: incfoo,
|
||||
link_with: libfoo)
|
||||
Reference in New Issue
Block a user