JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
515 stars 140 forks source link

[Windows] install import library to libdir #249

Closed jeremyd2019 closed 3 years ago

jeremyd2019 commented 3 years ago

import libraries need to go in libdir (/lib), while dlls need to be on the PATH so need to be installed to shlibdir (/bin)

This hunk was overlooked from MINGW-packages' patch, noticed when opening msys2/MINGW-packages#9560