mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Update exoquant.c
fix mac build
This commit is contained in:
parent
f500541834
commit
b35eb4f5c5
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