Skip to content

Commit 27a843f

Browse files
committed
osx fork exec say pre 10.12
1 parent 6c80736 commit 27a843f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/drivers/platform_darwin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
CFAllDomainsMask = 0x0ffff /* All domains: all of the above and future items */
126126
} CFDomainMask;
127127

128-
#if (defined(OSX) && (MAC_OS_X_VERSION_MAX_ALLOWED >= 101200))
128+
#if defined(OSX)
129129
static int speak_pid = 0;
130130
#endif
131131

0 commit comments

Comments
 (0)