localArc should now work without jitpack

This commit is contained in:
Anuken
2026-02-11 19:56:40 -05:00
parent 633105305a
commit 9a40c949d5
2 changed files with 13 additions and 12 deletions

View File

@@ -24,6 +24,8 @@ if(!hasProperty("release") && !hasProperty("noLocalArc")){
if(new File(rootDir.parent, 'Arc').exists()){
println("Compiling with localArc")
includeBuild("../Arc")
}else{
println("Local Arc not found. Cloning https://github.com/Anuken/Arc to a directory next to Mindustry is highly recommended, as jitpack is unreliable.")
}
if(new File(rootDir.parent, 'Mindustry-Debug').exists()){