Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
3
vendor/git.apache.org/thrift.git/test/dart/Makefile.am
generated
vendored
3
vendor/git.apache.org/thrift.git/test/dart/Makefile.am
generated
vendored
|
@ -17,8 +17,6 @@
|
|||
# under the License.
|
||||
#
|
||||
|
||||
THRIFT = $(top_builddir)/compiler/cpp/thrift
|
||||
|
||||
gen-dart/thrift_test/lib/thrift_test.dart: ../ThriftTest.thrift
|
||||
$(THRIFT) --gen dart ../ThriftTest.thrift
|
||||
|
||||
|
@ -38,6 +36,7 @@ clean-local:
|
|||
$(RM) -r gen-dart test_client/.pub
|
||||
find . -type d -name "packages" | xargs $(RM) -r
|
||||
find . -type f -name ".packages" | xargs $(RM)
|
||||
find . -type f -name "pubspec.lock" | xargs $(RM)
|
||||
|
||||
client: stubs
|
||||
${DART} test_client/bin/main.dart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue