[botan] Fix osx cross builds (#31437)

This commit is contained in:
Kai Pastor 2023-05-16 18:43:55 +02:00 committed by GitHub
parent d4d39d71b3
commit 3a32348aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -32,6 +32,7 @@ endif()
vcpkg_list(SET configure_arguments
"--distribution-info=vcpkg ${TARGET_TRIPLET}"
--disable-cc-tests
--with-pkg-config
--link-method=copy
--with-debug-info

View File

@ -1,6 +1,7 @@
{
"name": "botan",
"version": "2.19.3",
"port-version": 1,
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"license": "BSD-2-Clause",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7b9240ee18f12e8acaedf11613aa6bc1d7aad9d5",
"version": "2.19.3",
"port-version": 1
},
{
"git-tree": "1ad976f3e650d7188414a0c2c62ec7290bed64e8",
"version": "2.19.3",

View File

@ -1238,7 +1238,7 @@
},
"botan": {
"baseline": "2.19.3",
"port-version": 0
"port-version": 1
},
"box2d": {
"baseline": "2.4.1",