Updated scripts to match the proper SDL backend name

This commit is contained in:
Anuken
2026-02-13 11:06:24 -05:00
parent 0aa091b212
commit 03bea6b291
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ buildscript{
ext{ ext{
arcHash = property("archash") arcHash = property("archash")
localArc = !project.hasProperty("release") && new File(rootDir.parent, 'Arc').exists() && !project.hasProperty("noLocalArc") localArc = new File(rootDir.parent, 'Arc').exists() && !project.hasProperty("noLocalArc")
arcModule = { String name -> arcModule = { String name ->
//skip to last submodule //skip to last submodule
@@ -253,7 +253,7 @@ project(":desktop"){
implementation "com.github.Anuken:steamworks4j:$steamworksVersion" implementation "com.github.Anuken:steamworks4j:$steamworksVersion"
implementation arcModule("backends:backend-sdl3") implementation arcModule("backends:backend-sdl")
annotationProcessor 'com.github.Anuken:jabel:0.9.0' annotationProcessor 'com.github.Anuken:jabel:0.9.0'
} }
} }

View File

@@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false android.enableR8.fullMode=false
archash=186401532c archash=f42837db92