1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 20:33:12 +02:00

Fix a REPRODUCIBLE_BUILD check after the previous commit.

This commit is contained in:
Sadie Powell
2025-03-06 11:29:47 +00:00
parent 2091dc68bc
commit e099180d8f
+1 -1
View File
@@ -346,7 +346,7 @@ namespace Anope
template<typename T>
using unordered_map = std::unordered_map<string, T, hash_ci, compare>;
#ifndef REPRODUCIBLE_BUILD
#if !REPRODUCIBLE_BUILD
static const char *const compiled = __TIME__ " " __DATE__;
#endif