fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
project('Mercurial outchecker', 'c')
|
||||
|
||||
sp = subproject('samplesubproject')
|
||||
|
||||
exe = executable('gitprog', 'prog.c',
|
||||
include_directories : sp.get_variable('subproj_inc'),
|
||||
link_with : sp.get_variable('subproj_lib'),
|
||||
)
|
||||
|
||||
test('maintest', exe)
|
||||
@@ -0,0 +1,6 @@
|
||||
#include"subproj.h"
|
||||
|
||||
int main(void) {
|
||||
subproj_function();
|
||||
return 0;
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
[wrap-hg]
|
||||
directory=samplesubproject
|
||||
url=https://bitbucket.org/jpakkane/samplesubproject
|
||||
revision=tip
|
||||
Reference in New Issue
Block a user