File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,6 @@ if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_REMOTE_MIRROR)
83
83
INSTALL_IN_COMPONENT never_install )
84
84
endif ()
85
85
86
- if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
87
- list (APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS
88
- "-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR} /Concurrency/ReexportedSymbols" )
89
- endif ()
90
-
91
- list (APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} " )
92
-
93
86
if (SWIFT_BUILD_STDLIB )
94
87
# These must be kept in dependency order so that any referenced targets
95
88
# exist at the time we look for them in add_swift_*.
@@ -124,3 +117,10 @@ if(SWIFT_BUILD_SDK_OVERLAY)
124
117
add_subdirectory (Windows )
125
118
endif ()
126
119
endif ()
120
+
121
+ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
122
+ list (APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS
123
+ "-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR} /Concurrency/ReexportedSymbols" )
124
+ endif ()
125
+
126
+ list (APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} " )
You can’t perform that action at this time.
0 commit comments