Fixes with wildcard haxelib version

This commit is contained in:
Joshua Granick
2017-05-18 09:22:56 -07:00
parent 2abe4212d8
commit d3837f3b2c
4 changed files with 51 additions and 9 deletions

View File

@@ -1624,7 +1624,7 @@ class CommandLineTools {
for (haxelib in project.haxelibs) {
if (haxelib.name == "lime" && haxelib.version != null && haxelib.version != "" && haxelib.version != "dev" && haxelib.version != version) {
if (haxelib.name == "lime" && haxelib.version != null && haxelib.version != "" && haxelib.version != "dev" && !haxelib.versionMatches (version)) {
if (!project.targetFlags.exists ("notoolscheck")) {