Skip to content

Commit

Permalink
py-wxpython-4.0: Fix ScreenCaptureKit Error
Browse files Browse the repository at this point in the history
* Added check for macos 15 deployment target and set target to 14
  • Loading branch information
markemer authored and kencu committed Dec 9, 2024
1 parent 5df10d3 commit 96dd7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/py-wxpython-4.0/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ compiler.cxx_standard 2011
python.versions 39 310 311 312

if {${name} ne ${subport}} {
if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} >= 15.0]} {
macosx_deployment_target 14.0
}

patchfiles-append \
buildtools_build_wxwidgets_py.patch \
buildtools_config_py.patch \
Expand Down

0 comments on commit 96dd7c4

Please sign in to comment.