You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not the correct approach - ocamlfind on Windows should emit \r\n because it's a Windows program (emitting Unix line-endings does actually cause problems for native Windows shell utilities which expect CRLF). The patch in the issue (using tr -d on the Unix side) is what should be done. It's all part of the encouragement to stop using Posix when you actually want to be cross-platform 🙂
On windows in unix context it should not output the extra
\r
otherwise it breaks its use inconfigure
scripts: see ocaml/opam-repository#24841The text was updated successfully, but these errors were encountered: