| commit | 1eaa9a41f0aa1c3ef9d61a3269ac2a00eeae2f0a | [log] [tgz] |
|---|---|---|
| author | Martin Haimberger <martin.haimberger@gmail.com> | Fri Nov 28 23:21:06 2025 +0100 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Dec 10 22:57:59 2025 +0100 |
| tree | 2f63f5bdd234136dd14cf0be70588eccd07995e1 | |
| parent | dee782f410c5d20ceb745d2b840ce447f6d4b7b1 [diff] [blame] |
- THRIFT-5712 - Added Dart 3 Compatibility
diff --git a/test/dart/Makefile.am b/test/dart/Makefile.am index 3552668..835ac4a 100644 --- a/test/dart/Makefile.am +++ b/test/dart/Makefile.am
@@ -17,6 +17,9 @@ # under the License. # +# Dart build command +DARTPUB = dart pub + gen-dart/thrift_test/lib/thrift_test.dart: ../v0.16/ThriftTest.thrift $(THRIFT) --gen dart ../v0.16/ThriftTest.thrift