blob: 6452813ea79b6ec5967a553b87e65a06b7b61251 [file] [log] [blame]
project('ld binary')
ld = find_program('ld')
assert(run_command(ld, '--version', check: false).returncode() == 0)