Skip to content

Commit 579d2bc

Browse files
set install dir correctly for libSwiftRemoteMirror
1 parent 34def0e commit 579d2bc

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)