forked from lda/telodendria
Support incremental builds on DragonFlyBSD
This commit is contained in:
parent
0fe59a70cc
commit
14223614ad
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ mod_time() {
|
|||
Linux|CYGWIN_NT*)
|
||||
stat -c %Y "$1"
|
||||
;;
|
||||
*BSD)
|
||||
*BSD|DragonFly)
|
||||
stat -f %m "$1"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue