mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
[botan] Fix osx cross builds (#31437)
This commit is contained in:
parent
d4d39d71b3
commit
3a32348aa0
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b9240ee18f12e8acaedf11613aa6bc1d7aad9d5",
|
||||
"version": "2.19.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1ad976f3e650d7188414a0c2c62ec7290bed64e8",
|
||||
"version": "2.19.3",
|
||||
|
@ -1238,7 +1238,7 @@
|
||||
},
|
||||
"botan": {
|
||||
"baseline": "2.19.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"box2d": {
|
||||
"baseline": "2.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user