From b95065148796409e3b1d1366a6f122dc62143514 Mon Sep 17 00:00:00 2001 From: nastys <@a.a> Date: Mon, 10 Jan 2022 13:44:41 +0100 Subject: [PATCH] Update wolfssl --- .ci/build-mac.sh | 1 - 3rdparty/wolfssl/wolfssl | 2 +- 3rdparty/wolfssl/wolfssl.vcxproj | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/build-mac.sh b/.ci/build-mac.sh index 4c884d1f97..a5ee0609af 100755 --- a/.ci/build-mac.sh +++ b/.ci/build-mac.sh @@ -17,7 +17,6 @@ git submodule update --init --recursive --depth 1 # 3rdparty fixes ln -s "$VULKAN_SDK/lib/libMoltenVK.dylib" "$VULKAN_SDK/lib/libvulkan.dylib" -sed -i '' "s/if(APPLE)/if(CMAKE_C_COMPILER_ID MATCHES \"AppleClang\")/g" 3rdparty/wolfssl/wolfssl/CMakeLists.txt sed -i '' "s/extern const double NSAppKitVersionNumber;/const double NSAppKitVersionNumber = 1343;/g" 3rdparty/hidapi/hidapi/mac/hid.c cd .. diff --git a/3rdparty/wolfssl/wolfssl b/3rdparty/wolfssl/wolfssl index 723ed009ae..4bbf90d604 160000 --- a/3rdparty/wolfssl/wolfssl +++ b/3rdparty/wolfssl/wolfssl @@ -1 +1 @@ -Subproject commit 723ed009ae5dc68acc14cd7664f93503d64cd51d +Subproject commit 4bbf90d60419ffcdc2d2f402be794b98d155f2c9 diff --git a/3rdparty/wolfssl/wolfssl.vcxproj b/3rdparty/wolfssl/wolfssl.vcxproj index 34fe6f03b1..6bee087913 100644 --- a/3rdparty/wolfssl/wolfssl.vcxproj +++ b/3rdparty/wolfssl/wolfssl.vcxproj @@ -1,4 +1,4 @@ - + @@ -105,6 +105,7 @@ +