Fix cloning SDL repository
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Flax.Deps.Dependencies
|
|||||||
Path.Combine(root, "include", "SDL3"),
|
Path.Combine(root, "include", "SDL3"),
|
||||||
};
|
};
|
||||||
|
|
||||||
CloneGitRepoFast(root, "https://github.com/libsdl-org/SDL");
|
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
|
||||||
GitFetch(root);
|
GitFetch(root);
|
||||||
GitResetToCommit(root, "535d80badefc83c5c527ec5748f2a20d6a9310fe"); // 3.2.0
|
GitResetToCommit(root, "535d80badefc83c5c527ec5748f2a20d6a9310fe"); // 3.2.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user