From 8a5c78b213da37279266972542a6e5fedd14c9a6 Mon Sep 17 00:00:00 2001 From: andyque Date: Thu, 4 Dec 2014 14:06:56 +0800 Subject: [PATCH] update external config to v3-deps-28.zip and update cocos2d-x version to rc2 --- cocos/CMakeLists.txt | 2 +- external/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cocos/CMakeLists.txt b/cocos/CMakeLists.txt index 4eda8daac8..aceedb2d8c 100644 --- a/cocos/CMakeLists.txt +++ b/cocos/CMakeLists.txt @@ -127,7 +127,7 @@ else() message( FATAL_ERROR "Unsupported platform, CMake will exit" ) 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}) endforeach() diff --git a/external/config.json b/external/config.json index 9951366a2a..8cb6c7a1b4 100644 --- a/external/config.json +++ b/external/config.json @@ -1,5 +1,5 @@ { - "version":"v3-deps-27", + "version":"v3-deps-28", "zip_file_size":"87419231", "repo_name":"cocos2d-x-3rd-party-libs-bin", "repo_parent":"https://github.com/cocos2d/",