From 5948aaea4c773c9601dcc10adadaddda753a86d9 Mon Sep 17 00:00:00 2001 From: Scott Moore Date: Sat, 8 Nov 2014 22:17:15 +1100 Subject: [PATCH] Update haxe to use bin and env_set --- haxe.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/haxe.json b/haxe.json index e8b76e58e3..3c98eff459 100644 --- a/haxe.json +++ b/haxe.json @@ -5,6 +5,12 @@ "url": "http://haxe.org/website-content/downloads/3,1,3/downloads/haxe-3.1.3-win.zip", "hash": "4cf84cdbf7960a61ae70b0d9166c6f9bde16388c3b81e54af91446f4c9e44ae4", "extract_dir": "haxe-3.1.3", - "env_add_path": "./", + "bin": [ + "haxe.exe", + "haxelib.exe" + ], + "env_set": { + "HAXEPATH": "$dir" + }, "depends": "neko" } \ No newline at end of file