Skip to content

Commit 808d760

Browse files
committed
TARGET_OS_OSX was not defined. Since we (currently) do not support building SCF on iOS, it’s equivalent to TARGET_OS_MAC for Swift.
1 parent 867a4b2 commit 808d760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoreFoundation/Base.subproj/SwiftRuntime/TargetConditionals.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118

119119
#define TARGET_OS_WIN32 TARGET_OS_WINDOWS
120120
#define TARGET_OS_MAC TARGET_OS_DARWIN
121+
#define TARGET_OS_OSX TARGET_OS_DARWIN
121122

122123
#if __x86_64__
123124
#define TARGET_CPU_PPC 0

0 commit comments

Comments
 (0)