diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-28 20:30:58 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-04 15:33:32 -0800 |
commit | 9e0be736fcd00ea3275c8e1b8865a55bf72e05de (patch) | |
tree | 1dbcf565feff5f4c4fd153e4e83deae6333021ad /configure | |
parent | 55c5c3c8910878cbd1b365467a95f12791306b9d (diff) | |
download | qtlocation-mapboxgl-9e0be736fcd00ea3275c8e1b8865a55bf72e05de.tar.gz |
[android] Add jni.hpp headers to build
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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+=" } } |