Teach lime/openfl update to pull submodules

This commit is contained in:
Joshua Granick
2015-06-29 09:22:08 -07:00
parent a636515cf6
commit b292b20767

View File

@@ -2125,7 +2125,10 @@ class PlatformSetup {
if (FileSystem.exists (git)) {
LogHelper.info ("\x1b[32;1mUpdating \"" + haxelib.name + "\"\x1b[0m");
ProcessHelper.runCommand (lib, "git", [ "pull" ]);
ProcessHelper.runCommand (lib, "git", [ "submodule", "init" ]);
ProcessHelper.runCommand (lib, "git", [ "submodule", "update" ]);
}