mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
[libb2] fix build (#17914)
* [libb2] fix build for arm -> x64 on macOS * add version files
This commit is contained in:
parent
ad96e2e8ba
commit
9b5cbe4afe
@ -16,7 +16,9 @@ endif()
|
||||
vcpkg_configure_make(
|
||||
AUTOCONFIG
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS ${OPTIONS}
|
||||
OPTIONS
|
||||
ax_cv_check_cflags___O3=no # see https://github.com/microsoft/vcpkg/pull/17912#issuecomment-840514179
|
||||
${OPTIONS}
|
||||
)
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libb2",
|
||||
"version-string": "0.98.1",
|
||||
"port-version": 4,
|
||||
"version": "0.98.1",
|
||||
"port-version": 5,
|
||||
"description": "C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp",
|
||||
"homepage": "https://github.com/BLAKE2/libb2",
|
||||
"supports": "!windows"
|
||||
|
@ -2986,7 +2986,7 @@
|
||||
},
|
||||
"libb2": {
|
||||
"baseline": "0.98.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"libbacktrace": {
|
||||
"baseline": "2021-03-14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0419d2f293a094dc4cdca1111daea2a6425a137b",
|
||||
"version": "0.98.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "98925560fbceb14da7820146f6df113f9dae7988",
|
||||
"version-string": "0.98.1",
|
||||
|
Loading…
Reference in New Issue
Block a user