(Apple)location driver is baked in now for OSX too

This commit is contained in:
twinaphex 2013-12-19 17:09:41 +01:00
parent 4ad6631812
commit 2f1327bf3e

View File

@ -303,7 +303,7 @@ static const location_driver_t *location_drivers[] = {
#ifdef ANDROID #ifdef ANDROID
&location_android, &location_android,
#endif #endif
#ifdef IOS #if defined(IOS) || defined(OSX)
&location_apple, &location_apple,
#endif #endif
NULL, NULL,