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
2044bc53b3
meson
/
test cases
/
common
/
13 pch
/
generated
/
gen_custom.py
6 lines
98 B
Python
Raw
Blame
History
#!/usr/bin/env python3
import
sys
with
open
(
sys
.
argv
[
1
]
,
'
w
'
)
as
f
:
f
.
write
(
"
#define FOO 0
"
)
Reference in New Issue
View Git Blame
Copy Permalink