When compiling this on my Windows machine, the output of dumpbin.exe /EXPORTS does not quite match the regex used in build_win.rs. Mine outputs lines that look like
I've modified the regex to accept this, and it should continue to accept anything it accepted previously. With this change, I can get the bundled plugins to build without link errors.
When compiling this on my Windows machine, the output of
dumpbin.exe /EXPORTS
does not quite match the regex used in build_win.rs. Mine outputs lines that look likeI've modified the regex to accept this, and it should continue to accept anything it accepted previously. With this change, I can get the bundled plugins to build without link errors.