Minor build fix

This commit is contained in:
Joshua Granick
2017-07-17 17:15:05 -07:00
parent 0e1c01f38d
commit 73b8cbd744

View File

@@ -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);
}
}