mirror of https://github.com/axmolengine/axmol.git
Merge pull request #125 from halx99/fix-cmake-warnings
fix cmake warnings & cover chipmunk float precision use on apple
This commit is contained in:
commit
0798a5b09a
|
@ -83,7 +83,6 @@ endif()
|
|||
# Set macro definitions for special platforms
|
||||
function(use_cocos2dx_compile_define target)
|
||||
target_compile_definitions(${target} PUBLIC $<$<CONFIG:Debug>:COCOS2D_DEBUG=1>)
|
||||
target_compile_definitions(${target} PUBLIC CP_USE_DOUBLES=0)
|
||||
if(APPLE)
|
||||
target_compile_definitions(${target} PUBLIC __APPLE__)
|
||||
target_compile_definitions(${target} PUBLIC USE_FILE32API)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "v52",
|
||||
"version": "v53",
|
||||
"zip_file_size": "107642814",
|
||||
"repo_name": "engine-x-3rd",
|
||||
"repo_parent": "https://github.com/c4games/",
|
||||
|
|
Loading…
Reference in New Issue