Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
8 days | Add swift_module_name target argument | Katalin Rebhan | 1 | -0/+9 | |
Allows explicitly setting the Swift module name. By default, this is set to the target name, which we might want to change for various reasons, for example when it isn't a valid module name, or when building two targets with the same module name (e.g. a host and native variant). |