fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void func(void){ fprintf(stderr, "Test 1 2 3\n"); }
|
||||
@@ -0,0 +1,3 @@
|
||||
project('strip', 'c')
|
||||
|
||||
shared_library('a', 'lib.c', install: true)
|
||||
Reference in New Issue
Block a user