mirror of https://github.com/OISF/suricata
rust: handle windows naming change from .lib to .a
Prior to Rust 1.44, Cargo would name static libs with the .lib extension. 1.44 changes this extension to .a when running under a GNU environment on Windows like msys to make it more similar to other unix environments. Now assume static library name to be the same on Windows and unix, but rename the .lib if found to still support older versions of Rust on Windows.pull/5618/head
parent
10f639e9d1
commit
f3c59ef8a6
Loading…
Reference in New Issue