Author :
Kenjiro Nakayama
Date :
2024-12-17 18:31:06
Hash :3e6153a5 Message :unset CC only for mingw and arm32
Since `scripts/test` always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.
This patch unset CC only for mingw{32,64} and arm32.