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
c64d80cf2f
meson
/
test cases
/
unit
/
5 compiler detection
/
compiler wrapper.py
7 lines
94 B
Python
Raw
Blame
History
#!/usr/bin/env python3
import
sys
import
subprocess
sys
.
exit
(
subprocess
.
call
(
sys
.
argv
[
1
:
]
)
)
Reference in New Issue
View Git Blame
Copy Permalink