mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:09:07 +08:00
[flatbuffers] Fix config filename when crosscompiling (#29953)
This commit is contained in:
parent
c7e4edfe73
commit
7074f8d5ae
@ -35,7 +35,7 @@ file(GLOB flatc_path ${CURRENT_PACKAGES_DIR}/bin/flatc*)
|
||||
if(flatc_path)
|
||||
vcpkg_copy_tools(TOOL_NAMES flatc AUTO_CLEAN)
|
||||
else()
|
||||
file(APPEND "${CURRENT_PACKAGES_DIR}/share/flatbuffers/Flatbuffers-config.cmake"
|
||||
file(APPEND "${CURRENT_PACKAGES_DIR}/share/flatbuffers/flatbuffers-config.cmake"
|
||||
"include(\"\${CMAKE_CURRENT_LIST_DIR}/../../../${HOST_TRIPLET}/share/flatbuffers/FlatcTargets.cmake\")\n")
|
||||
endif()
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "flatbuffers",
|
||||
"version": "23.1.21",
|
||||
"port-version": 1,
|
||||
"description": [
|
||||
"Memory Efficient Serialization Library",
|
||||
"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."
|
||||
|
@ -2454,7 +2454,7 @@
|
||||
},
|
||||
"flatbuffers": {
|
||||
"baseline": "23.1.21",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"flecs": {
|
||||
"baseline": "3.1.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c8dd8a45a079d9ec27da5352d1d61eb24ff94f5d",
|
||||
"version": "23.1.21",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a982b9c31851fcc6ac96cfc1a05fc44144ef1512",
|
||||
"version": "23.1.21",
|
||||
|
Loading…
Reference in New Issue
Block a user