3d83590774
We are not going to release 32 bit mac builds anymore, because any mac sold after 2007 will run a 64 bit binary. And since we are building for 10.7, which requires a 64 bit mac, and will run 64 bit binaries even on a 32 bit kernel, the 32 bit binary was always pointless. More on this here: https://apple.stackexchange.com/questions/99640/how-old-are-macs-that-cannot-run-64-bit-applications/99644#99644 https://apple.stackexchange.com/a/261793/206363 Remove references to 32 bit mac binary from the dev manual. Builder updates: - Bump cmake 3.13.0-rc1 -> 3.17.3. This is needed for the new FetchContent feature in cmake, which we use for Sparkle (online updates for mac.) - Bump sfml to newer master commit. - Add pre-build hook for libvpx on mac to set -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET in CFLAGS. - Force C locale in all builder scripts, homebrew bash was erroring due to some kind of locale bug with a non-English locale. - Remove .app in build_project() before building, rebuilds were failing due to reinstallation of frameworks (Sparkle.) Signed-off-by: Rafael Kitover <rkitover@gmail.com> |
||
---|---|---|
.. | ||
cygwin-cross-builder | ||
linux-cross-builder | ||
mac-cross-builder | ||
msys2-builder |