Sign in
qemu
/
meson
/
bcb82b390a382e10b6dd5a8e27727b31ada811b1
/
.
/
test cases
/
unit
/
5 compiler detection
/
compiler wrapper.py
blob: fedd3434da68bf5e4a975cb3d7ffc98e759bd97a [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
subprocess
sys
.
exit
(
subprocess
.
call
(
sys
.
argv
[
1
:]))