Skip to content

Commit c7c34ee

Browse files
authored
Merge pull request #64202 from al45tair/eng/PR-106415217
[Remote Mirror] Only build under the control of SWIFT_BUILD_REMOTE_MIRROR
2 parents 869fc17 + c4b0e62 commit c7c34ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if(SWIFT_BUILD_STDLIB)
162162
add_subdirectory(Backtracing)
163163
endif()
164164

165-
if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_REMOTE_MIRROR)
165+
if(SWIFT_BUILD_REMOTE_MIRROR)
166166
add_subdirectory(RemoteInspection)
167167
add_subdirectory(SwiftRemoteMirror)
168168
endif()

0 commit comments

Comments
 (0)