• dearblue's avatar
    Fixed compile error for `mrbgems/mruby-cmath` with `clang++` · f81bc3de
    dearblue authored
    If the preprocessor check part is only `__clang__`, CI's such as `Ubuntu-2004-clang` will fail to compile.
    This is why we limited the addition to FreeBSD and OpenBSD, which have `clang++` in their base systems.
    DragonFly BSD and NetBSD have GCC built into their base systems, so nothing is changed.
    f81bc3de
cmath.c 7.28 KB