[Scummvm-git-logs] scummvm master -> 316edb35854338f6546a62af53260778f4b05448
criezy
criezy at scummvm.org
Wed Aug 26 22:39:26 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
316edb3585 Revert "CONFIGURE: Do not enable Sparkle in release mode on platforms without it. Fixes #11217"
Commit: 316edb35854338f6546a62af53260778f4b05448
https://github.com/scummvm/scummvm/commit/316edb35854338f6546a62af53260778f4b05448
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-08-26T23:34:11+01:00
Commit Message:
Revert "CONFIGURE: Do not enable Sparkle in release mode on platforms without it. Fixes #11217"
The commit had the effect of disabling update altogether as there is
no check for the _updates variable and anything that is not "yes"
disables updates. Instead there is a test for the _sparkle variable
(that is already set to auto by default).
The two variables exist because potentially we could use something
other than Sparkle for the updates.
Also the bug was already fixed by rootfather in commits f204867 and
2615c68 by making sure that _updates is false if _sparkle is false.
This reverts commit 581b4ca5947ced7c8db62147eafc54694d4a4f31.
Changed paths:
configure
diff --git a/configure b/configure
index dbcc223286..f9447dc52d 100755
--- a/configure
+++ b/configure
@@ -1463,7 +1463,7 @@ for ac_option in $@; do
--enable-release)
_release_build=yes
_optimizations=yes
- _updates=auto
+ _updates=yes
;;
--disable-release)
_release_build=no
More information about the Scummvm-git-logs
mailing list