BUILDBOT: Disable the DockTile plugin for 64 bits macOS builds

This revert commit 31d3a27. The issue is that this build uses the
macOS 10.14 SDK (which doesn't support 32 bit builds) but targets
OX X 10.9. As our configure scripts uses the targeted system as
a proxy for the SDK version, it thinks 32 buts builds are possible.

If we want to enable back the dock tile plugin for this target we
will need one of two things: either a configure flag to force
targetting 64 bit only, or check the SDK version instead of using
the target OS version to set the 64 bits only flag.
This commit is contained in:
Thierry Crozat
2020-06-07 19:43:01 +01:00
parent 02a0245bad
commit eae17f463c
+1
View File
@@ -599,6 +599,7 @@ p = {
"configureargs": [
"--host=x86_64-apple-darwin18",
"--with-staticlib-prefix=%s" % scumm_root_osx_x64,
"--disable-osx-dock-plugin"
],
"configureargs-tools": [
"--host=x86_64-apple-darwin18"