summaryrefslogtreecommitdiff
path: root/scripts/build/libc/mingw-w64.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04Preserve each variant of libwinpthread.dllAlexey Neyman1-0/+18
... in the corresponding /lib directory. Mingw-w64 installs it to /bin, so multiple variants in a multilib configuration override each other. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-16Fix version check in mingw-w64Alexey Neyman1-3/+3
Fixes #782. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Downloading packages using new frameworkAlexey Neyman1-0/+215
Signed-off-by: Alexey Neyman <stilor@att.net>