build: turn off Sparkle on macOS
Disable the Sparkle online updater for the mac build because it requires 10.13 and we currently only build for 10.7. Once I add a newer macOS build, I will reenable it for that build. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
cf600890bf
commit
fd2df853b6
tools/builder
|
@ -223,7 +223,7 @@ FFMPEG_DISTS='
|
|||
libvpx libx264 libx265 libxavs libzmq libzvbi ffmpeg
|
||||
'
|
||||
|
||||
PROJECT_ARGS="-DDISABLE_MACOS_PACKAGE_MANAGERS=TRUE -DwxWidgets_CONFIG_EXECUTABLE='$BUILD_ROOT/root/bin/wx-config' -DwxWidgets_CONFIG_OPTIONS='--prefix=$BUILD_ROOT/root' -DBUILD_TESTING=NO"
|
||||
PROJECT_ARGS="-DDISABLE_MACOS_PACKAGE_MANAGERS=TRUE -DENABLE_ONLINEUPDATES=OFF -DwxWidgets_CONFIG_EXECUTABLE='$BUILD_ROOT/root/bin/wx-config' -DwxWidgets_CONFIG_OPTIONS='--prefix=$BUILD_ROOT/root' -DBUILD_TESTING=NO"
|
||||
|
||||
: ${PATH_SEP:=':'}
|
||||
|
||||
|
|
Loading…
Reference in New Issue