binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Missing import library for DLL

Open jakirkham opened this issue 7 years ago • 2 comments

On Windows it seems the DLL is built, but no corresponding import library (LIB).

Edit: Should add the DLL seems to be installed into CMAKE_ARCHIVE_OUTPUT_DIRECTORY instead of CMAKE_RUNTIME_OUTPUT_DIRECTORY.

jakirkham avatar Aug 12 '18 20:08 jakirkham

Thoughts on this?

jakirkham avatar Feb 19 '19 04:02 jakirkham

None of the maintainers use Windows regularly, but PRs improving our support would be welcome.

tlively avatar Jan 13 '25 20:01 tlively