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/",