(OSX PPC) Finally works

This commit is contained in:
twinaphex 2014-11-17 21:31:52 +01:00
parent e2a2180473
commit 063470f652
2 changed files with 10 additions and 8 deletions

View File

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