From 2f1327bf3e479c9137effb2dfb56a3fb5ab6f72d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Dec 2013 17:09:41 +0100 Subject: [PATCH] (Apple)location driver is baked in now for OSX too --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.c b/driver.c index 7fc799a028..8785147505 100644 --- a/driver.c +++ b/driver.c @@ -303,7 +303,7 @@ static const location_driver_t *location_drivers[] = { #ifdef ANDROID &location_android, #endif -#ifdef IOS +#if defined(IOS) || defined(OSX) &location_apple, #endif NULL,