We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a4440 commit 7ae62ecCopy full SHA for 7ae62ec
1 file changed
swift/internal/extensions/swift_sdks.bzl
@@ -521,6 +521,7 @@ def _swift_static_linux_sdk_impl(repository_ctx):
521
# Pure C++ final links do not see the Swift toolchain's
522
# linkopts, so the companion CC toolchain must provide the C++
523
# runtime itself.
524
+ "-static",
525
"-lc++",
526
]),
527
suffix = suffix,
0 commit comments