Add android support.
This commit is contained in:
parent
b31aac8a06
commit
e5b7332e89
1 changed files with 1 additions and 1 deletions
|
@ -1891,7 +1891,7 @@ remove them if not needed.
|
|||
#define VMA_NULL nullptr
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#if defined(__APPLE__) || defined(__ANDROID__)
|
||||
#include <cstdlib>
|
||||
void *aligned_alloc(size_t alignment, size_t size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue