mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[avro-c] no absolute paths (#21630)
This commit is contained in:
parent
ca163edd6c
commit
08a0302e78
@ -27,6 +27,8 @@ vcpkg_cmake_install()
|
|||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
# the files are broken and there is no way to fix it because the snappy dependency has no pkgconfig file
|
||||||
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
|
||||||
|
|
||||||
vcpkg_copy_tools(TOOL_NAMES avroappend avrocat AUTO_CLEAN)
|
vcpkg_copy_tools(TOOL_NAMES avroappend avrocat AUTO_CLEAN)
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "avro-c",
|
"name": "avro-c",
|
||||||
"version": "1.11.0",
|
"version": "1.11.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Apache Avro is a data serialization system",
|
"description": "Apache Avro is a data serialization system",
|
||||||
"homepage": "https://github.com/apache/avro",
|
"homepage": "https://github.com/apache/avro",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "75d0ed12b643fe1ed6a175c12549e9bb0ca94a1d",
|
||||||
|
"version": "1.11.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0b07ed910d3ad0ec9a5be71e1b37f0593ab540c9",
|
"git-tree": "0b07ed910d3ad0ec9a5be71e1b37f0593ab540c9",
|
||||||
"version": "1.11.0",
|
"version": "1.11.0",
|
||||||
|
@ -250,7 +250,7 @@
|
|||||||
},
|
},
|
||||||
"avro-c": {
|
"avro-c": {
|
||||||
"baseline": "1.11.0",
|
"baseline": "1.11.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"avro-cpp": {
|
"avro-cpp": {
|
||||||
"baseline": "2021-06-01",
|
"baseline": "2021-06-01",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user