Skip to content

Commit

Permalink
fixing internal spatialite for android
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Aug 22, 2011
1 parent 4308a4b commit c1e6e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/spatialite/spatialite.c
Expand Up @@ -8732,7 +8732,7 @@ extern const char * locale_charset (void);
/* #include <localcharset.h> */
#endif /* end localcharset */
#else /* not MINGW32 - WIN32 */
#ifdef __APPLE__
#if defined ( __APPLE__) || (__ANDROID__)
/* #include <iconv.h> */
/* #include <localcharset.h> */
#else /* not Mac OsX */
Expand Down Expand Up @@ -18753,7 +18753,7 @@ extern const char * locale_charset (void);
/* #include <localcharset.h> */
#endif /* end localcharset */
#else /* not MINGW32 */
#ifdef __APPLE__
#if defined ( __APPLE__) || (__ANDROID__)
/* #include <iconv.h> */
/* #include <localcharset.h> */
#else /* not Mac OsX */
Expand Down

0 comments on commit c1e6e87

Please sign in to comment.