rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Support building shared libraries (.dylib/.so)

Open allevato opened this issue 6 years ago • 0 comments

We should provide a way to build a .dylib/.so from Swift code instead of just an executable binary. cc_binary does this via the linkshared attribute (and requiring a specific name for the target). Investigate whether the same technique for swift_binary makes sense, or if we should use another approach.

allevato avatar Jun 06 '18 22:06 allevato