Skip to content

Commit 2df15df

Browse files
committed
more
1 parent 27a843f commit 2df15df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/drivers/platform_darwin.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,10 @@ static bool frontend_darwin_check_for_path_changes(
10131013

10141014
static bool frontend_darwin_is_narrator_running(void)
10151015
{
1016+
#if !defined(OSX) || (MAC_OS_X_VERSION_MAX_ALLOWED >= 101400)
10161017
if (@available(macOS 10.14, iOS 7, tvOS 9, *))
10171018
return true;
1019+
#endif
10181020
#if OSX
10191021
return is_narrator_running_macos();
10201022
#else

0 commit comments

Comments
 (0)