Sign in
qemu
/
meson
/
refs/heads/gencustom
/
.
/
test cases
/
unit
/
61 identity cross
/
build_wrapper.py
blob: b5fe7bb89f22c98ee2802f7fb3a3f7ba08af1cfe [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
subprocess
,
sys
subprocess
.
call
([
"cc"
,
"-DEXTERNAL_BUILD"
]
+
sys
.
argv
[
1
:])