summaryrefslogtreecommitdiff
path: root/test/haxe
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-01-12 10:43:25 -0500
committerJames E. King III <jking@apache.org>2018-02-17 11:20:07 -0500
commitd907cc92db5b93e699a4282e979d097ea863215a (patch)
treeb0e2d210a2a6447e2094bfe0dfd0ffd604309417 /test/haxe
parent35d62edd6e9ff84b0fdd472e132a739b663a41c2 (diff)
downloadthrift-d907cc92db5b93e699a4282e979d097ea863215a.tar.gz
THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe
Diffstat (limited to 'test/haxe')
-rwxr-xr-x[-rw-r--r--]test/haxe/make_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haxe/make_all.sh b/test/haxe/make_all.sh
index 262125877..eb2c9c2c7 100644..100755
--- 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