fix: noconfirm auto-selects first AUR match
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
int foo(void);
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
project('test 262', 'c')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
internal_dep = declare_dependency(include_directories: 'include')
|
||||
|
||||
assert(cc.has_header_symbol('test_262_header.h', 'foo', dependencies: internal_dep))
|
||||
Reference in New Issue
Block a user