mirror of https://github.com/axmolengine/axmol.git
Merge pull request #117 from halx99/deps-49
Update deps-49 use source build for chipmunk-7.0.3 to fix android compile issue
This commit is contained in:
commit
3580ff3f19
|
@ -83,6 +83,7 @@ endif()
|
||||||
# Set macro definitions for special platforms
|
# Set macro definitions for special platforms
|
||||||
function(use_cocos2dx_compile_define target)
|
function(use_cocos2dx_compile_define target)
|
||||||
target_compile_definitions(${target} PUBLIC $<$<CONFIG:Debug>:COCOS2D_DEBUG=1>)
|
target_compile_definitions(${target} PUBLIC $<$<CONFIG:Debug>:COCOS2D_DEBUG=1>)
|
||||||
|
target_compile_definitions(${target} PUBLIC CP_USE_DOUBLES=0)
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
target_compile_definitions(${target} PUBLIC __APPLE__)
|
target_compile_definitions(${target} PUBLIC __APPLE__)
|
||||||
target_compile_definitions(${target} PUBLIC USE_FILE32API)
|
target_compile_definitions(${target} PUBLIC USE_FILE32API)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "v48",
|
"version": "v49",
|
||||||
"zip_file_size": "107642814",
|
"zip_file_size": "107642814",
|
||||||
"repo_name": "engine-x-3rd",
|
"repo_name": "engine-x-3rd",
|
||||||
"repo_parent": "https://github.com/c4games/",
|
"repo_parent": "https://github.com/c4games/",
|
||||||
|
|
Loading…
Reference in New Issue