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:
HALX99 2020-07-29 05:44:27 -05:00 committed by GitHub
commit 3580ff3f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ 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)

View File

@ -1,5 +1,5 @@
{
"version": "v48",
"version": "v49",
"zip_file_size": "107642814",
"repo_name": "engine-x-3rd",
"repo_parent": "https://github.com/c4games/",