fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project('mixed', 'c', 'swift')
|
||||
|
||||
lib = static_library('mylib', 'mylib.c')
|
||||
exe = executable('prog', 'main.swift', 'mylib.h',
|
||||
link_with : lib)
|
||||
test('c interface', exe)
|
||||
Reference in New Issue
Block a user