소스 검색

It looks like the Objective C support needed to build MFI controller code is in 10.8

Sam Lantinga 5 년 전
부모
커밋
eba069eaf0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      configure
  2. 1 1
      configure.ac

+ 1 - 1
configure

@@ -23170,7 +23170,7 @@ $as_echo_n "checking for GameController framework... " >&6; }
           #include <TargetConditionals.h>
           #import <GameController/GameController.h>
 
-          #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

+ 1 - 1
configure.ac

@@ -2809,7 +2809,7 @@ AS_HELP_STRING([--enable-joystick-mfi], [include macOS MFI joystick support [[de
           #include <TargetConditionals.h>
           #import <GameController/GameController.h>
 
-          #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