ocaml / flexdll

a dlopen-like API for Windows
Other
97 stars 30 forks source link

MSVC flexlink appears to attempt cygpath #139

Open dra27 opened 1 month ago

dra27 commented 1 month ago

From a report on a private channel, flexlink appears to fallback to calling cygpath if it fails to find .lib files (e.g. ws2_32.lib).

Possibly repro case is to configure OCaml as normal, then unset LIB and attempt to build.

Not clear if this is a regression, possibly from https://github.com/ocaml/flexdll/pull/118, or if it's just always been wrong.