1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
conky/cmake/build.h.in
Brenden Matthews ac9d107e77 Remove build date and associated vars
For reproducible builds, the build date messes things up, and some
distros just set it to 1980 now anyway. Thus, it's better to remove the
date altogether.
2024-02-22 08:36:21 -05:00

9 lines
119 B
C

#ifndef __BUILD_H
#define __BUILD_H
/* Conky build info */
#define BUILD_ARCH "@BUILD_ARCH@"
#endif /* __BUILD_H */