fix thrift generate error

Former-commit-id: 444233484091fe329e190a5fd62bf93c5e26e3f4
This commit is contained in:
groot 2019-05-30 09:24:14 +08:00
parent fc21578f24
commit 168ac46cdb
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
../../third_party/build/bin/thrift -r --gen cpp ./megasearch.thrift
./thrift -r --gen cpp ./megasearch.thrift

View File

@ -3,7 +3,6 @@
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
namespace cl megasearch.thrift
namespace cpp megasearch.thrift
namespace py megasearch.thrift
namespace d megasearch.thrift

View File

@ -1,4 +1,4 @@
#!/bin/bash
../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift
./thrift -r --gen py ./megasearch.thrift

View File

@ -0,0 +1 @@
03af6a3a9ba8f449a7722d9b7b6474528a80e48c