From 9e0be736fcd00ea3275c8e1b8865a55bf72e05de Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sun, 28 Feb 2016 20:30:58 -0800 Subject: [android] Add jni.hpp headers to build --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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+=" } } -- cgit v1.2.1