mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Specify _LZMA_UINT32_IS_ULONG to compile on Xcode 6.0.1
This commit is contained in:
parent
98c5e466a7
commit
821a4d4aa8
@ -509,6 +509,7 @@
|
||||
"-DHAVE_LAKKA",
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_XMB",
|
||||
"-D_LZMA_UINT32_IS_ULONG",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
@ -564,6 +565,7 @@
|
||||
"-DHAVE_LAKKA",
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_XMB",
|
||||
"-D_LZMA_UINT32_IS_ULONG",
|
||||
);
|
||||
"OTHER_CFLAGS[arch=*]" = (
|
||||
"-DNS_BLOCK_ASSERTIONS=1",
|
||||
@ -596,6 +598,7 @@
|
||||
"-DHAVE_LAKKA",
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_XMB",
|
||||
"-D_LZMA_UINT32_IS_ULONG",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user