Skip to content

Commit db9e286

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

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
@@ -73,8 +73,6 @@ target_link_libraries(swift-frontend
7373

7474
add_swift_parser_link_libraries(swift-frontend)
7575

76-
_add_swift_runtime_link_flags(swift-frontend "../../lib" "")
77-
7876
# Create a `swift-driver` executable adjacent to the `swift-frontend` executable
7977
# to ensure that `swiftc` forwards to the standalone driver when invoked.
8078
swift_create_early_driver_copies(swift-frontend)

0 commit comments

Comments
 (0)