MACOS: Disable Sparkle on MacOS x86_64

We still keep Sparkle on arm64 to ensure the code still builds.
This commit is contained in:
Le Philousophe
2025-11-11 10:28:14 +00:00
parent 4b0e42f179
commit 26bd84d328
+2 -1
View File
@@ -452,11 +452,12 @@ def macosx_x86_64():
platform.env["DISCORD_LIBS"] = "-framework AppKit"
platform.configureargs.append("--host=x86_64-apple-darwin25.1")
# Don't enable updates on x86_64 as the platform is getting older
platform.buildconfigureargs = {
builds.ScummVMBuild: [ "--enable-static",
"--with-staticlib-prefix=${DESTDIR}/${PREFIX}",
"--with-sparkle-prefix=${DESTDIR}/${PREFIX}/Library/Frameworks",
"--disable-osx-dock-plugin", "--enable-updates"],
"--disable-osx-dock-plugin"],
}
platform.packaging_cmd = {
builds.ScummVMBuild: "bundle",