mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 15:43:05 -05:00
Update exoquant.c
fix mac build
This commit is contained in:
parent
f500541834
commit
488892e115
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ SOFTWARE.
|
|||
|
||||
#include "exoquant.h"
|
||||
|
||||
#ifndef OSX_BUILD // OSX build cannot have malloc defined
|
||||
#ifdef __APPLE__
|
||||
// No malloc on mac
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue