diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-25 13:16:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-25 13:16:35 -0400 |
commit | d303d6244e097dd2f5256d11d3a529cf63398d69 (patch) | |
tree | aa5e9c5bd966660e52fa233901e1d081222a0629 /scripts | |
parent | 1b13139709348f6a7f19808c1cd82d2b62823680 (diff) | |
download | tor-d303d6244e097dd2f5256d11d3a529cf63398d69.tar.gz tor-d303d6244e097dd2f5256d11d3a529cf63398d69.zip |
Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too
Diffstat (limited to 'scripts')
-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/ + |