diff options
author | Colin Snover | 2017-12-06 12:09:28 -0600 |
---|---|---|
committer | Lothar Serra Mari | 2018-08-18 09:28:56 +0200 |
commit | be6963f9b8737b17368eb96350db529422b74446 (patch) | |
tree | 3c37b5a95991ee4356ba0550cf40f7acdf2d035f | |
parent | 8bf9e620df81954270a7c5bf999a25172b585173 (diff) | |
download | scummvm-rg350-be6963f9b8737b17368eb96350db529422b74446.tar.gz scummvm-rg350-be6963f9b8737b17368eb96350db529422b74446.tar.bz2 scummvm-rg350-be6963f9b8737b17368eb96350db529422b74446.zip |
BUILD: Enable Sparkle updates in release mode
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1341,6 +1341,7 @@ for ac_option in $@; do --enable-release) _release_build=yes _optimizations=yes + _updates=yes ;; --disable-release) _release_build=no |