- 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