mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 19:55:09 -05:00
Support building on macOS with homebrew binutils
This commit is contained in:
@@ -5,5 +5,10 @@
|
||||
|
||||
// Later, we can move this into "global.h" before the #ifdef guard. But we can only do this if "global.h" isn't included outside of .c files...
|
||||
#include "gba/defines.h"
|
||||
#include "gba/types.h"
|
||||
|
||||
#if (defined(__APPLE__) || defined(__CYGWIN__)) && !defined(_)
|
||||
#define _(x) x
|
||||
#endif
|
||||
|
||||
ALIGNED(4) static const u8 sFill[] = _("pksdir0");
|
||||
|
||||
Reference in New Issue
Block a user