Solve the error in Xcode project of lua runtime template.

This commit is contained in:
zhangbin 2014-06-23 15:41:58 +08:00
parent b65991bf85
commit dd49c4ccbc
1 changed files with 2 additions and 0 deletions

View File

@ -1068,6 +1068,8 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = mac/Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = (
GLFW_EXPOSE_NATIVE_COCOA,
GLFW_EXPOSE_NATIVE_NSGL,
CC_TARGET_OS_MAC,
"$(inherited)",
);