This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
255fa5a320
meson
/
test cases
/
linuxlike
/
15 ld binary
/
meson.build
5 lines
101 B
Meson
Raw
Blame
History
project
(
'ld binary'
)
ld
=
find_program
(
'ld'
)
assert
(
run_command
(
ld
,
'--version'
)
.
returncode
(
)
==
0
)
Reference in New Issue
View Git Blame
Copy Permalink