Skip to content

Commit

Permalink
Set mac_deployment_target to 10.15 to reflect Kivy `MACOSX_DEPLOY…
Browse files Browse the repository at this point in the history
…MENT_TARGET` (#15)

* Set MACOS_DEPLOYMENT_TARGET to 10.15

* Set mac_deployment_target
  • Loading branch information
misl6 authored Dec 29, 2024
1 parent 6db4665 commit 29b8ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/angle_builder/angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def _generate_build_targets(self, output_artifact_mode: str) -> None:
"is_component_build=false",
"is_debug=false",
"angle_enable_wgpu=false",
"mac_deployment_target=\"10.15\"",
]

if output_artifact_mode in ("macos-arm64", "macos-universal"):
Expand Down

0 comments on commit 29b8ee9

Please sign in to comment.