Commit Graph

2 Commits

Author SHA1 Message Date
Christopher Degawa
747c0cb296 xmlcatalog: explicitly request .exe
using .exe explicitly allows for usage through archlinux's pacman through
wine.

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2022-05-09 10:08:56 +05:30
Jeremy Drake
497437deb1 Add install scripts for CLANG MSYSTEMs.
Generated by:
for m in CLANG32 CLANG64 CLANGARM64; do
  for f in $(find . -name \*UCRT64.install); do
    n="$(echo "$f" | sed -e "s/UCRT64/${m}/")"
    sed -e "s/ucrt64/${m,,}/g" < "$f" > "$n"
    git add "$n"
  done
done
2021-04-09 10:38:26 -07:00