Skip to content

Commit 580fc59

Browse files
committed
fix: Fix the libqrencode build under MacOS 10.15
1 parent 6758e68 commit 580fc59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platform/macos/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ ccache --zero-stats
9494
-DCMAKE_BUILD_TYPE=Release \
9595
-DCMAKE_OSX_DEPLOYMENT_TARGET="$MACOS_VERSION" \
9696
-DCMAKE_PREFIX_PATH="$PREFIX_PATH" \
97+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
9798
-GNinja \
9899
-B_build \
99100
"$@" \

0 commit comments

Comments
 (0)