File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
public/Concurrency/linker-support Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
#error Unknown target.
90
90
#endif
91
91
92
- #endif // defined(__APPLE__) && defined(__MACH__)
92
+ #endif // defined(__APPLE__) && defined(__MACH__) && SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT
Original file line number Diff line number Diff line change 20
20
//
21
21
//===----------------------------------------------------------------------===//
22
22
23
- #if defined(__APPLE__ ) && defined(__MACH__ )
23
+ #if defined(__APPLE__ ) && defined(__MACH__ ) && SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT
24
24
25
25
#include <Availability.h>
26
26
#include <TargetConditionals.h>
@@ -134,4 +134,4 @@ const char ld_previous_macCatalyst = 0;
134
134
#error Unknown target.
135
135
#endif
136
136
137
- #endif // defined(__APPLE__) && defined(__MACH__)
137
+ #endif // defined(__APPLE__) && defined(__MACH__) && SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT
You can’t perform that action at this time.
0 commit comments