Some distributions like Fedora or Arch use lib64 instead of lib for the libs. That prevented the `LIB_PATH` from pointing at the correct file, and as a result the linking failed on those systems.
Co-authored-by: phantom10111 <[email protected]>