mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
allow to build reproducibly
This commit is contained in:
parent
14720f7ca1
commit
889f1e163e
@ -7,7 +7,11 @@
|
||||
|
||||
#include "version.h"
|
||||
|
||||
const char version_date[] = __DATE__;
|
||||
#ifndef BUILD_DATE
|
||||
#define BUILD_DATE __DATE__
|
||||
#endif
|
||||
const char version_date[] = BUILD_DATE;
|
||||
#undef BUILD_DATE
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user