Skip to content

Commit e8588b2

Browse files
authored
Merge pull request #189
Fix failing NativeShims build
2 parents edb16f8 + cd75186 commit e8588b2

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Yubico.NativeShims/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13)
2-
project(Yubico.NativeShims VERSION 1.11.0)
2+
project(Yubico.NativeShims VERSION 1.12)
33
include(CheckCCompilerFlag)
44

55
if (APPLE OR UNIX)

Yubico.NativeShims/build-macOS.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ rm -rf build64 buildarm osx-arm64 osx-x64
22

33
pushd $VCPKG_INSTALLATION_ROOT
44
git checkout master
5-
git restore .
6-
git pull
7-
vcpkg x-update-baseline
5+
./bootstrap-vcpkg.sh
86
popd
97

108
cmake \

Yubico.NativeShims/build-windows.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Update to latest vcpkg baseline
22
Push-Location $env:VCPKG_INSTALLATION_ROOT
33
git checkout master
4-
git restore .
5-
git pull
6-
vcpkg x-update-baseline
4+
.\bootstrap-vcpkg.bat
75
Pop-Location
86

97
# 32-bit builds

Yubico.NativeShims/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "yubico-nativeshims",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"dependencies": [
66
"openssl"
77
]

0 commit comments

Comments
 (0)