BUILDBOT: Enable back the DockTile plugin for 64 bits macOS build

It was disabled due to compilation errors when trying to compile
the plugins in 32 bits. This has now been fixed.
This commit is contained in:
Thierry Crozat
2020-03-28 19:23:47 +00:00
parent 5508d540e0
commit 31d3a2791a
-1
View File
@@ -599,7 +599,6 @@ 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"