mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
refactor: Include obj/build.h instead of build.h
This commit is contained in:
parent
138016bf92
commit
96b92810a6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const std::string CLIENT_NAME("Satoshi");
|
||||||
|
|
||||||
//! First, include build.h if requested
|
//! First, include build.h if requested
|
||||||
#ifdef HAVE_BUILD_INFO
|
#ifdef HAVE_BUILD_INFO
|
||||||
#include <build.h>
|
#include <obj/build.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
|
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
|
||||||
|
|
Loading…
Reference in a new issue