Merge pull request #395 from MartinPham/patch-4
fix mac build for exoquant
This commit is contained in:
commit
0bd44c1a64
|
@ -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 New Issue