mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Avoid adding redundant temporary RUNPATH to builder's stdlib
Many shared libs and executables are only run after stdlib/runtime are built. They don't need to link with builders stdlib at all.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
add_swift_host_tool(swift-def-to-strings-converter
|
||||
swift-def-to-strings-converter.cpp
|
||||
SWIFT_COMPONENT tools
|
||||
REQUIRED_FOR_MINIMAL_COMPILER
|
||||
)
|
||||
|
||||
target_link_libraries(swift-def-to-strings-converter PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user