From b21cd6cf3a91a0b54a3ea25983a8caf42ebad111 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 8 May 2026 09:09:46 +0200 Subject: [PATCH] Revert "fix: Fix the libqrencode build under MacOS 10.15" This reverts commit 580fc599ec10be207758c97e82b07ca2677fd538. --- platform/macos/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/macos/build.sh b/platform/macos/build.sh index e7e6040..988035c 100755 --- a/platform/macos/build.sh +++ b/platform/macos/build.sh @@ -94,7 +94,6 @@ 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 \ "$@" \