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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user