mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00: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 |