From 580fc599ec10be207758c97e82b07ca2677fd538 Mon Sep 17 00:00:00 2001 From: nickolay168 Date: Sun, 29 Mar 2026 23:20:47 -0700 Subject: [PATCH] fix: Fix the libqrencode build under MacOS 10.15 --- platform/macos/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/macos/build.sh b/platform/macos/build.sh index 988035c..e7e6040 100755 --- a/platform/macos/build.sh +++ b/platform/macos/build.sh @@ -94,6 +94,7 @@ ccache --zero-stats -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_OSX_DEPLOYMENT_TARGET="$MACOS_VERSION" \ -DCMAKE_PREFIX_PATH="$PREFIX_PATH" \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -GNinja \ -B_build \ "$@" \