closes https://github.com/assimp/assimp/issues/1513: fix assimp for cross compile for android

This commit is contained in:
Kim Kulling
2017-11-15 21:26:25 +01:00
parent 80ba6d10f7
commit 7db10022e9
12 changed files with 2335 additions and 6 deletions

View File

@@ -49,7 +49,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/ai_assert.h>
#include <stdlib.h>
#ifdef __unix__
#include <sys/param.h>
#include <stdlib.h>