From eba069eaf052e90e4f50545c9acc3ef14727b9d7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 24 Nov 2020 06:53:48 -0800 Subject: [PATCH] It looks like the Objective C support needed to build MFI controller code is in 10.8 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e6ff5fe0c..86922cd6e 100755 --- a/configure +++ b/configure @@ -23170,7 +23170,7 @@ $as_echo_n "checking for GameController framework... " >&6; } #include #import - #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090 + #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080 #error GameController framework doesn't work on this configuration #endif #if TARGET_CPU_X86 diff --git a/configure.ac b/configure.ac index 5432bd598..be7272491 100644 --- a/configure.ac +++ b/configure.ac @@ -2809,7 +2809,7 @@ AS_HELP_STRING([--enable-joystick-mfi], [include macOS MFI joystick support [[de #include #import - #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090 + #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080 #error GameController framework doesn't work on this configuration #endif #if TARGET_CPU_X86