From 49b6fa877938e9f53ca905467975ef580d3a4ab2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 17 Oct 2014 17:07:01 +0200 Subject: cocoa: allow to disable apple remote at compile time Actually doesn't remove the related flags so that one can still pass the option with the option doing nothing. --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 3f2cc68ffc..bb699764df 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -382,7 +382,7 @@ def build(ctx): ( timer_c ), ( "osdep/threads.c" ), - ( "osdep/ar/HIDRemote.m", "cocoa" ), + ( "osdep/ar/HIDRemote.m", "apple-remote" ), ( "osdep/macosx_application.m", "cocoa-application" ), ( "osdep/macosx_events.m", "cocoa" ), ( "osdep/semaphore_osx.c" ), -- cgit v1.2.3