Kaydet (Commit) 40dbddf1 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

libgltf builds without problems on OS X for me, so let's try enabling it

Change-Id: I3981629cf59c752388c647c939c998528d8ca610
üst 563a83a8
...@@ -10397,7 +10397,7 @@ dnl =================================================================== ...@@ -10397,7 +10397,7 @@ dnl ===================================================================
ENABLE_GLTF= ENABLE_GLTF=
AC_MSG_CHECKING([whether to enable glTF support]) AC_MSG_CHECKING([whether to enable glTF support])
if test $_os != iOS -a $_os != Android -a $_os != Darwin -a "x$enable_gltf" != "xno"; then if test $_os != iOS -a $_os != Android -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF" BUILD_TYPE="$BUILD_TYPE LIBGLTF"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment