Changes between Version 8 and Version 9 of SequoiaProblems
- Timestamp:
- Sep 25, 2024, 8:57:49 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SequoiaProblems
v8 v9 40 40 Needs to set `macosx_deployment_target` to 14 or below. 41 41 42 Solutionfor most ports:42 Workaround for most ports: 43 43 {{{ 44 platform darwin 24{44 if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} >= 15.0]} { 45 45 macosx_deployment_target 14.0 46 46 }