Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeSyntax committed Feb 9, 2024
1 parent b78bc27 commit d75c231
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions thrift_build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
thrift --gen py -out .\ .\thrift\com.inference.common.thrift
thrift --gen py -out .\ .\thrift\com.inference.rest.thrift
thrift --gen py -out .\ .\thrift\com.inference.ws.thrift
thrift --gen py -out ./ ./thrift/com.inference.common.thrift
thrift --gen py -out ./ ./thrift/com.inference.rest.thrift
thrift --gen py -out ./ ./thrift/com.inference.ws.thrift

thrift --gen html -out .\html .\thrift\com.inference.common.thrift
thrift --gen html -out .\html .\thrift\com.inference.ws.thrift
thrift --gen html -out .\html .\thrift\com.inference.rest.thrift
thrift --gen html -out .\html .\thrift\com.inference.thrift
thrift --gen html -out ./html ./thrift/com.inference.common.thrift
thrift --gen html -out ./html ./thrift/com.inference.ws.thrift
thrift --gen html -out ./html ./thrift/com.inference.rest.thrift
thrift --gen html -out ./html ./thrift/com.inference.thrift

0 comments on commit d75c231

Please sign in to comment.