diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-03-11 11:17:52 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-03-11 11:17:52 -0500 |
commit | 53a20612843282a906d962e9f7dfcab3183ccb1d (patch) | |
tree | 46a13466bd8319786652888a5ebe6ed0b78cec63 /Makefile | |
parent | ec6de1ebefe65f9a4be0edafeda3d6caeea1442d (diff) | |
download | bfs-53a20612843282a906d962e9f7dfcab3183ccb1d.tar.xz |
Makefile: Enable time64
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ LOCAL_CPPFLAGS := \ -D_DARWIN_C_SOURCE \ -D_DEFAULT_SOURCE \ -D_FILE_OFFSET_BITS=64 \ + -D_TIME_BITS=64 \ -D_GNU_SOURCE \ -DBFS_VERSION=\"$(VERSION)\" |