Skip to content

Commit

Permalink
bump deploymemt target to avoid build error message for version too low
Browse files Browse the repository at this point in the history
Signed-off-by: Sidney Markowitz <[email protected]>
  • Loading branch information
sidney authored and aurelienpierre committed Jan 15, 2025
1 parent 145bfc7 commit 39ca7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/macosx/2_build_hb_ansel_custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd "$buildDir"

# Configure build
cmake .. \
-DCMAKE_OSX_DEPLOYMENT_TARGET=13.3.1 \
-DCMAKE_OSX_DEPLOYMENT_TARGET=13.5 \
-DCMAKE_CXX_FLAGS=-stdlib=libc++ \
-DCMAKE_OBJCXX_FLAGS=-stdlib=libc++ \
-DBINARY_PACKAGE_BUILD=ON \
Expand Down

0 comments on commit 39ca7b3

Please sign in to comment.