mirror of
https://github.com/scummvm/scummvm-sites.git
synced 2026-05-21 05:40:45 +00:00
eae17f463c34ce1b64c499cc410f1c92e71e4278
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.
Description
Minor ScummVM sites
Languages
HTML
48.5%
Python
43.8%
CSS
4.6%
Perl
2.3%
Shell
0.8%