-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from kbinani/macos-sckit
Use ScreenCaptureKit if necessary for macOS build
- Loading branch information
Showing
1 changed file
with
61 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@kbinani
MAC_OS_VERSION_14_4
is only defined in the macOS 14.4 SDK and later. And undefined macros evaluate to0
. The result is that on older SDKs you will still attempt to use ScreenCaptureKit even though it is not available. See https://trac.macports.org/ticket/71397.Please enable the issue tracker on this GitHub repository so that bugs can be reported to you properly rather than in commit comments.