diff options
Diffstat (limited to 'scripts/codegen/run_trunnel.sh')
-rwxr-xr-x | scripts/codegen/run_trunnel.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/codegen/run_trunnel.sh b/scripts/codegen/run_trunnel.sh index 3a3deb2730..df84a6e2a7 100755 --- a/scripts/codegen/run_trunnel.sh +++ b/scripts/codegen/run_trunnel.sh @@ -7,3 +7,5 @@ fi python -m trunnel ./src/trunnel/*.trunnel +python -m trunnel --write-c-files --target-dir=./src/ext/trunnel/ + |