Validate haxelibs in HXP projects

This commit is contained in:
Joshua Granick
2016-12-13 21:46:19 -08:00
parent 1ad14bf7d3
commit 943d4128ad

View File

@@ -823,6 +823,7 @@ class HXProject {
for (haxelib in haxelibs) {
var validatePath = PathHelper.getHaxelib (haxelib, true);
project.haxelibs.push (haxelib);
var includeProject = HXProject.fromHaxelib (haxelib, userDefines);