Skip to content

Commit caad343

Browse files
Merge pull request #76664 from swiftlang/install-remote-mirror-in-shared-cache
Set install dir correctly for libSwiftRemoteMirror
2 parents 4052991 + 579d2bc commit caad343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftRemoteMirror/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_swift_target_library(swiftRemoteMirror
1414
${SWIFT_SOURCE_DIR}/include/swift/RemoteInspection/RuntimeHeaders
1515
INCORPORATE_OBJECT_LIBRARIES swiftLLVMSupport
1616
SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
17-
DARWIN_INSTALL_NAME_DIR "${SWIFTLIB_DARWIN_INSTALL_NAME_DIR}"
17+
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_INSTALL_NAME_DIR}"
1818
INSTALL_IN_COMPONENT
1919
swift-remote-mirror
2020

0 commit comments

Comments
 (0)