summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-28 20:30:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-04 15:33:32 -0800
commit9e0be736fcd00ea3275c8e1b8865a55bf72e05de (patch)
tree1dbcf565feff5f4c4fd153e4e83deae6333021ad /configure
parent55c5c3c8910878cbd1b365467a95f12791306b9d (diff)
downloadqtlocation-mapboxgl-9e0be736fcd00ea3275c8e1b8865a55bf72e05de.tar.gz
[android] Add jni.hpp headers to build
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e654ed0deb..39e07e0956 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,7 @@ function print_flags {
if [ "$(type -t print_${NAME}_flags)" = 'function' ]; then
print_${NAME}_flags
else
- local VERSION=`echo "${NAME}_VERSION" | tr "[:lower:]-" "[:upper:]_"`
+ local VERSION=`echo "${NAME}_VERSION" | tr "[:lower:]-." "[:upper:]__"`
if [ ! -z ${!VERSION:-} ] ; then
mason install ${NAME} ${!VERSION}
for FLAGS in "$@" ; do
@@ -106,6 +106,7 @@ print_flags rapidjson static_libs cflags ldflags
print_flags gtest static_libs cflags ldflags
print_flags pixelmatch static_libs cflags ldflags
print_flags webp static_libs cflags ldflags
+print_flags jni.hpp static_libs cflags ldflags
CONFIG+=" }
}