mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
Merge pull request #218 from JCash/android-compile-fix
Android compile fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) && !defined(ANDROID)
|
||||
// Only for malloc_usable_size() in basisu_containers_impl.h
|
||||
#include <malloc.h>
|
||||
#define HAS_MALLOC_USABLE_SIZE 1
|
||||
|
||||
Reference in New Issue
Block a user