[build] up haxe version

This commit is contained in:
2018-03-07 17:17:02 +03:00
parent 0d4ac4e3e5
commit e9212a889d
3 changed files with 8 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class Haxe extends Sdk {
}
get binPath() {
return `${this.path}/haxe-${this.version}`;
return `${this.path}`;
}
get haxeBin() {
@@ -294,7 +294,8 @@ Haxe.ID = 'haxe';
Haxe.VERSION_3_4_0 = '3.4.0';
Haxe.VERSION_3_4_2 = '3.4.2';
Haxe.VERSION_3_4_3 = '3.4.3';
Haxe.VERSION_3 = Haxe.VERSION_3_4_2;
Haxe.VERSION_3_4_7 = '3.4.7';
Haxe.VERSION_3 = Haxe.VERSION_3_4_7;
Haxe.VERSION = Haxe.VERSION_3;
module.exports = Haxe;