mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
[flatbuffers] Fixes #2735
This commit is contained in:
parent
03037c40f7
commit
2d324592a4
@ -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.
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user