Skip to content

Commit d73e44a

Browse files
committed
[CMake] Don't add an extraneous rpath to the swift-frontend
1 parent b5ec827 commit d73e44a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/driver/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ target_link_libraries(swift-frontend
6868

6969
add_swift_parser_link_libraries(swift-frontend)
7070

71-
_add_swift_runtime_link_flags(swift-frontend "../../lib" "")
72-
7371
# Create a `swift-driver` executable adjacent to the `swift-frontend` executable
7472
# to ensure that `swiftc` forwards to the standalone driver when invoked.
7573
swift_create_early_driver_copies(swift-frontend)

0 commit comments

Comments
 (0)