- 
                Notifications
    You must be signed in to change notification settings 
- Fork 209
          Improvements to Protobuf.Makefile
          #356
        
          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
| .PHONY: protoc-gen-swift | ||
| protoc-gen-swift: | ||
| swift build --product protoc-gen-swift | ||
| @$(SWIFT) build --product protoc-gen-swift | 
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.
SWIFT has to be defined in the environment or the build fails?
I don't see any default definition.
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.
Protobuf.Makefile is imported by Makefile, where the variables are defined. Other such variables outside changes in this PR - ROOT_DIR and BUILD_BIN_DIR.
- Sync `Protobuf.Makefile` with other projects. - Also see apple/containerization#356.
Improvements to
Protobuf.Makefile. Also see apple/container#821.