THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe
diff --git a/test/haxe/make_all.sh b/test/haxe/make_all.sh
old mode 100644
new mode 100755
index 2621258..eb2c9c2
--- a/test/haxe/make_all.sh
+++ b/test/haxe/make_all.sh
@@ -19,7 +19,7 @@
 #
 
 # invoke Thrift comnpiler
-thrift -r -gen haxe  ../ThriftTest.thrift
+../../compiler/cpp/thrift -r -gen haxe  ../ThriftTest.thrift
 
 # output folder
 if [ ! -d bin ]; then