Minor build fix
This commit is contained in:
@@ -328,7 +328,11 @@ class CommandLineTools {
|
||||
|
||||
ProcessHelper.runCommand (Path.directory (hxmlPath), "haxe", [ Path.withoutDirectory (hxmlPath) ]);
|
||||
|
||||
Sys.putEnv ("HAXELIB_PATH", cacheValue);
|
||||
if (cacheValue != null) {
|
||||
|
||||
Sys.putEnv ("HAXELIB_PATH", cacheValue);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user