Specify _LZMA_UINT32_IS_ULONG to compile on Xcode 6.0.1

This commit is contained in:
Cristian Sandu 2014-10-13 23:02:18 +03:00
parent 98c5e466a7
commit 821a4d4aa8

View File

@ -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 = "";