[update] update to haxe4

This commit is contained in:
2020-02-13 17:21:53 +03:00
parent 0fd5a80ab5
commit a42b69f418
17 changed files with 45 additions and 37 deletions

View File

@@ -7,6 +7,10 @@ const dateformat = require('dateformat');
const argv = require('yargs').argv;
const publish = require('./tasks/gulp-publish');
if (packageInfo.haxe) {
Haxe.VERSION = packageInfo.haxe;
}
if (Config.SdkDir) {
Sdk.dir = Config.SdkDir;
}