-
Notifications
You must be signed in to change notification settings - Fork 112
Response files with ar on Windows #449
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
The error on Windows seemed like an issue with the path of the response file, and I was planning to look into changing the directory first before creating the response file, but if the same issue also applies for the content of the response file than this won't work at all. Now I would be intrigued how well this plays together with #442 when |
Looks like response files are supported with |
Maybe creating an |
Brad @everythingfunctional, would you mind testing this with |
@awvwgk , I've got a couple of Windows environments, unfortunately both have things installed and setup with |
Thanks for updating and reviewing @everythingfunctional - I'm happy for this to move forward 👍 |
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.
Let's move this forward and revisit it in case it breaks with lib
.
Thanks both - I'll now merge then. |
I did get a chance to set up a Windows environment and test with |
@awvwgk, response files seem to work on Windows if the objects paths are written in unix style.
Fixes #427.