fix: noconfirm auto-selects first AUR match
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
You can depend on this file.
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("foo is working.\n");
|
||||
return 0;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
foo_src = custom_target('foo_src',
|
||||
depend_files : 'dep.dat',
|
||||
input : 'foo.c.in',
|
||||
output : 'foo.c',
|
||||
command : [copy, '@INPUT@', '@OUTPUT@']
|
||||
)
|
||||
Reference in New Issue
Block a user