Windows - Response Files: Turn off response files for ocamlmklib#1268
Windows - Response Files: Turn off response files for ocamlmklib#1268rgrinberg merged 1 commit intoocaml:masterfrom
Conversation
|
I will submit a PR to add this support to |
|
ocaml/ocaml#2045 has been merged so you may want to amend this PR to only deactivate response files for |
|
@nojb - wonderful. Thank you for making that change! I've updated the logic to check the version and conditionally enable response files for |
|
@bryphe please add a DCO to your commits as per https://github.com/ocaml/dune/blob/master/CONTRIBUTING.md |
|
@bryphe thanks for the patch. We'd like to include it in the 1.2.1 release today, could you add a DCO as @rgrinberg suggested? We need it for all contributions to dune |
Signed-off-by: Bryan Phelps <bryphe@outlook.com>
6e8c62c to
e317c27
Compare
|
Thanks @rgrinberg and @diml for including this in 1.2.1! I've cleaned up the commits and added the DCO. |
Issue: Testing the latest master, I saw error messages building
lwt@4.1.0:Full error log
Fix: It turns out that
ocamlmklibdoes not support response files at this time, so we should remove it from the whitelist of commands to consider for response files.cc @diml - please let me know if I should add tests or tweak anything. Thank you!