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 8989 #error Unknown target.
9090#endif
9191
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 2020//
2121//===----------------------------------------------------------------------===//
2222
23- #if defined(__APPLE__ ) && defined(__MACH__ )
23+ #if defined(__APPLE__ ) && defined(__MACH__ ) && SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT
2424
2525#include <Availability.h>
2626#include <TargetConditionals.h>
@@ -134,4 +134,4 @@ const char ld_previous_macCatalyst = 0;
134134 #error Unknown target.
135135#endif
136136
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