From b37bff72f17c46b3bf6ba55a4084edf58bd3df78 Mon Sep 17 00:00:00 2001 From: sapier Date: Wed, 1 Oct 2014 22:18:29 +0200 Subject: Fix android build using hardcoded path for data instead of using the one fetched by android api on init. Fix android missing version information --- src/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 510c5ef1e..f1aef03aa 100644 --- a/src/config.h +++ b/src/config.h @@ -74,5 +74,10 @@ #define VERSION_EXTRA_STRING CMAKE_VERSION_EXTRA_STRING #endif +#ifdef __ANDROID__ + #include "android_version.h" + #define VERSION_STRING CMAKE_VERSION_STRING +#endif + #endif -- cgit v1.2.3