Skip to content

Commit 778390b

Browse files
authored
Merge pull request #2258 from compnerd/stray-bits
CoreFoundation: simplify target computation
2 parents 7de0f56 + c56e243 commit 778390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFSystemDirectories.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <CoreFoundation/CFPriv.h>
1919
#include "CFInternal.h"
2020

21-
#if TARGET_OS_OSX || TARGET_OS_IPHONE
21+
#if TARGET_OS_MAC
2222

2323
/* We use the System framework implementation on Mach.
2424
*/

0 commit comments

Comments
 (0)