-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Xcodeproj] Generating clibs targets 2 #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
let rootModulesSet = Set(modules).subtract(Set(externalModules)) | ||
// let rootModulesSet = Set(modules).subtract(Set(externalModules)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only problem is this 2 lines. As I understood, I can't do this for protocols?
@mxcl It works beautifully here with https://github.com/Zewo/Zewo, which has 34 dependencies and 3 of them are C libs. |
@swift-ci Please test |
@mxcl I fixed test case, in my mac tests are passing, please test again on ci. |
@swift-ci please test |
@swift-ci Please test |
Ok, build succeed. The problem, as I understand, was with main swift codebase. |
[llbuildSwift] Fix a warning
Replaces #205
Generated for project with 20 deps - everything works.
Please review.