diff options
| author | RotsiserMho <rotsiser.mho@gmail.com> | 2018-07-11 02:22:33 -0500 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-11 00:22:33 -0700 |
| commit | a3562fbd5c79e84761652529bbecd8e80d3b8d44 (patch) | |
| tree | 11752472c2159b3c14355baa583b667ee1190944 /ports/flatbuffers/CONTROL | |
| parent | 804c421d642ea679898d18de0c24b1d51c412f70 (diff) | |
| download | vcpkg-a3562fbd5c79e84761652529bbecd8e80d3b8d44.tar.gz vcpkg-a3562fbd5c79e84761652529bbecd8e80d3b8d44.zip | |
[FlatBuffers] Support Non-Windows Platforms (#3873)
* [FlatBuffers] Patch to ignore the use of a CMake toolchain file which allows the default compilation options to be used.
Use CMake suffixes to allow flatc and shared libraries to be copied on non-Windows systems.
* [flatbuffers] Avoid use of CMAKE_EXECUTABLE_SUFFIX
Diffstat (limited to 'ports/flatbuffers/CONTROL')
| -rw-r--r-- | ports/flatbuffers/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL index c9fb8d045..0b90b40c2 100644 --- a/ports/flatbuffers/CONTROL +++ b/ports/flatbuffers/CONTROL @@ -1,4 +1,4 @@ Source: flatbuffers -Version: 1.9.0 +Version: 1.9.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. |
