[flatbuffers] Fixes #2735

This commit is contained in:
Robert Schumacher 2018-02-06 17:11:27 -08:00
parent 03037c40f7
commit 2d324592a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Source: flatbuffers
Version: 1.8.0-1
Version: 1.8.0-2
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/
FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

View File

@ -39,7 +39,7 @@ if(EXISTS ${CURRENT_PACKAGES_DIR}/debug/bin)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin)
endif()
if(EXISTS ${CURRENT_PACKAGES_DIR}/bin/flatc.exe)
make_directory(${CURRENT_PACKAGES_DIR}/tools)
make_directory(${CURRENT_PACKAGES_DIR}/tools/flatbuffers)
file(RENAME ${CURRENT_PACKAGES_DIR}/bin/flatc.exe ${CURRENT_PACKAGES_DIR}/tools/flatbuffers/flatc.exe)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin)
endif()