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:
parent
087fcc43b1
commit
171d001a89
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user