ocaml / flexdll

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

Support gcc "-Wl" linker pass through option #72

Closed MSoegtropIMC closed 4 years ago

MSoegtropIMC commented 5 years ago

This is a follow up on the discussion on Coq PR 9729:

https://github.com/coq/coq/pull/9279

If flexlink would support -Wl as synonym for -link, libraries which use -Wl options could be compiled without changes in the build instructions on Windows.

I will provide a PR, but only for simple cases of the -Wl syntax.

dra27 commented 4 years ago

This issue should now be fixed, with the more complex case addressed in #85