[build] libconfig/lib/libconfig.c:682:10: error: call to undeclared function 'fsync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
[build] 682 | if(posix_fsync(fd) != 0)
[build] | ^
[build] libconfig/lib/wincompat.h:120:22: note: expanded from macro 'posix_fsync'
[build] 120 | #define posix_fsync fsync
Silly quick workaround - create 3rd missing case for msys2 (starts from line 96)
Silly quick workaround - create 3rd missing case for
msys2
(starts from line 96)