mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
28ad6e34cf
When compiling on macOS, an error message will pop up: ``` error: no member named 'st_atim' in 'struct stat' ``` This is because `st_atim`, `st_ctim` and `st_mtim` does not exist on macOS, instead it uses `st_atimespec`, `st_ctimespec` and `st_mtimespec`. In this commit, 3 macros are defined to try to fix this problem. Reference: https://github.com/hboetes/mg/issues/7 |
||
---|---|---|
.. | ||
combi.c | ||
dmenu.c | ||
drun.c | ||
filebrowser.c | ||
help-keys.c | ||
run.c | ||
script.c | ||
ssh.c | ||
window.c |