summaryrefslogtreecommitdiff
path: root/test/haxe
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-12-29 00:54:36 +0100
committerJens Geyer <jensg@apache.org>2021-02-10 20:27:08 +0100
commit876aee506b937d64b1fb035ff65e5e52def04c04 (patch)
treef02bd3b451099e1f2bdc8f08cacd04698c7d9844 /test/haxe
parentb89316d54bb0253493b48446cb510755fb3196d2 (diff)
downloadthrift-876aee506b937d64b1fb035ff65e5e52def04c04.tar.gz
Setup for Visual Studio 2019 + workarounds for some open tickets:
- (NO TICKET) fix Haxe warning - Referenzdaten PerfTest Delphi und netstd - "custom build" added to version info - netstd nuget upgrades
Diffstat (limited to 'test/haxe')
-rw-r--r--test/haxe/src/Arguments.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haxe/src/Arguments.hx b/test/haxe/src/Arguments.hx
index 56e525356..023f250fd 100644
--- a/test/haxe/src/Arguments.hx
+++ b/test/haxe/src/Arguments.hx
@@ -92,7 +92,7 @@ class Arguments
#if sys
private static function GetHelp() : String {
- var sProg = Path.withoutDirectory( Sys.executablePath());
+ var sProg = Path.withoutDirectory( Sys.programPath());
return "\n"
+sProg+" [client|server] [options]\n"
+"\n"