From 8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 16 Nov 2019 16:54:07 +0100 Subject: mac: remove Apple Remote support the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 383e1df6f6..3ad85fd3b5 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -544,7 +544,6 @@ def build(ctx): ( "osdep/android/posix-spawn.c", "android"), ( "osdep/android/strnlen.c", "android"), - ( "osdep/ar/HIDRemote.m", "apple-remote" ), ( "osdep/glob-win.c", "glob-win32" ), ( "osdep/macosx_application.m", "cocoa" ), ( "osdep/macosx_events.m", "cocoa" ), -- cgit v1.2.3