update submodules before generation
This commit is contained in:
@@ -326,7 +326,11 @@ class Program
|
||||
|
||||
public static int Main(String[] args)
|
||||
{
|
||||
//Runtime.Assert(system("git -C .. submodule update") == 0, "Failed to fetch SDL3, check your internet connection");
|
||||
if (system("git -C .. submodule update") != 0)
|
||||
{
|
||||
Console.WriteLine("Failed to fetch SDL3, check your internet connection");
|
||||
return 1;
|
||||
}
|
||||
|
||||
{
|
||||
StreamWriter all = scope .()..Create("SDL3_all.h");
|
||||
|
||||
Reference in New Issue
Block a user