Build libgltf (and freetype) for iOS, too

They won't be used for now, but just to enforce portability of the
libgltf code a bit.

Change-Id: Ie5d2b9125eb0f4a2e432dcb8b55d5f494a5ed34d
This commit is contained in:
Tor Lillqvist 2014-05-07 13:06:18 +03:00
parent 087fcc43b1
commit 171d001a89

View File

@ -10397,7 +10397,7 @@ dnl ===================================================================
ENABLE_GLTF=
AC_MSG_CHECKING([whether to enable glTF support])
if test $_os != iOS -a "x$enable_gltf" != "xno"; then
if test "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"