Haxelib path fix

This commit is contained in:
Joshua Granick
2016-12-14 17:04:25 -08:00
parent 819df22018
commit 2a30f13935

View File

@@ -1292,6 +1292,8 @@ class ProjectXMLParser extends HXProject {
} else {
path = PathHelper.tryFullPath (PathHelper.combine (extensionPath, path));
if (version != "") {
PathHelper.haxelibOverrides.set (name + ":" + version, path);