fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
project('A', 'c', subproject_dir:'custom_subproject_dir')
|
||||
|
||||
B = subproject('B')
|
||||
b = B.get_variable('b')
|
||||
|
||||
C = subproject('C')
|
||||
c = C.get_variable('c')
|
||||
|
||||
a = executable('a', 'a.c', link_with : [b, c])
|
||||
test('a test', a)
|
||||
Reference in New Issue
Block a user