Closed
Description
👋 trying to build the latest release, but run into some build issue. The error log is as below:
build error
dummy-ups.c:238:24: error: no member named 'st_mtim' in 'struct stat'
if (datafile_stat.st_mtim.tv_sec != fs.st_mtim.tv_sec) {
~~~~~~~~~~~~~ ^
dummy-ups.c:238:45: error: no member named 'st_mtim' in 'struct stat'
if (datafile_stat.st_mtim.tv_sec != fs.st_mtim.tv_sec) {
~~ ^
2 errors generated.
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/2287073413
relates to Homebrew/homebrew-core#101035