fix: noconfirm auto-selects first AUR match
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
# Generate an object file manually.
|
||||
object = custom_target('object',
|
||||
input : 'source.c',
|
||||
output : outputname,
|
||||
command : [comp, cc, '@INPUT@', '@OUTPUT@'])
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
int func1_in_obj(void) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user