fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
project('ld binary')
|
||||
|
||||
ld = find_program('ld')
|
||||
assert(run_command(ld, '--version', check: false).returncode() == 0)
|
||||
Reference in New Issue
Block a user