mirror of https://github.com/axmolengine/axmol.git
update external config to v3-deps-28.zip and update cocos2d-x version to rc2
This commit is contained in:
parent
d179ced1b4
commit
8a5c78b213
|
@ -127,7 +127,7 @@ else()
|
||||||
message( FATAL_ERROR "Unsupported platform, CMake will exit" )
|
message( FATAL_ERROR "Unsupported platform, CMake will exit" )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach(pkg ZLIB MINIZIP JPEG PNG TIFF TinyXML2 FREETYPE WEBSOCKETS CURL PROTOBUF_LITE)
|
foreach(pkg ZLIB MINIZIP JPEG PNG TIFF TinyXML2 FREETYPE WEBSOCKETS CURL FLATBUFFERS)
|
||||||
cocos_use_pkg(cocos2d ${pkg})
|
cocos_use_pkg(cocos2d ${pkg})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version":"v3-deps-27",
|
"version":"v3-deps-28",
|
||||||
"zip_file_size":"87419231",
|
"zip_file_size":"87419231",
|
||||||
"repo_name":"cocos2d-x-3rd-party-libs-bin",
|
"repo_name":"cocos2d-x-3rd-party-libs-bin",
|
||||||
"repo_parent":"https://github.com/cocos2d/",
|
"repo_parent":"https://github.com/cocos2d/",
|
||||||
|
|
Loading…
Reference in New Issue