mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
Merge pull request #395 from MartinPham/patch-4
fix mac build for exoquant
This commit is contained in:
commit
a8a97b7c4b
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