update submodules before generation
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
build
|
build
|
||||||
recovery
|
recovery
|
||||||
BeefSpace_User.toml
|
BeefSpace_User.toml
|
||||||
CxxBuilderPath.toml
|
CxxBuilderPath.txt
|
||||||
@@ -326,7 +326,11 @@ class Program
|
|||||||
|
|
||||||
public static int Main(String[] args)
|
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");
|
StreamWriter all = scope .()..Create("SDL3_all.h");
|
||||||
|
|||||||
Reference in New Issue
Block a user