소스 검색

Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too

Nick Mathewson 9 년 전
부모
커밋
d303d6244e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      scripts/codegen/run_trunnel.sh

+ 2 - 0
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/
+