(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,
#endif
#if defined(IOS) || defined(OSX)
#ifdef HAVE_LOCATION
&location_apple,
#endif
#endif
&location_null,
NULL,