meson/test cases/common/13 pch/generated/gen_custom.py

6 lines
98 B
Python

#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'w') as f:
f.write("#define FOO 0")