Support incremental builds on DragonFlyBSD

This commit is contained in:
Jordan Bancino 2022-11-03 19:08:24 +00:00
parent 0fe59a70cc
commit 14223614ad

View file

@ -54,7 +54,7 @@ mod_time() {
Linux|CYGWIN_NT*) Linux|CYGWIN_NT*)
stat -c %Y "$1" stat -c %Y "$1"
;; ;;
*BSD) *BSD|DragonFly)
stat -f %m "$1" stat -f %m "$1"
;; ;;
*) *)