Skip to content

Commit

Permalink
set mac deployment target to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 12, 2023
1 parent f3905e4 commit 416fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir python-build
mkdir python-install
mkdir deps

export MACOSX_DEPLOYMENT_TARGET=11
export MACOSX_DEPLOYMENT_TARGET=10.15

git clone https://github.com/bjia56/python-cmake-buildsystem.git --branch macos-arm64 --single-branch --depth 1

Expand Down

0 comments on commit 416fb02

Please sign in to comment.