mirror of https://github.com/axmolengine/axmol.git
Solve the error in Xcode project of lua runtime template.
This commit is contained in:
parent
b65991bf85
commit
dd49c4ccbc
|
@ -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)",
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue