mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Force scons to include soci version file:
Running `scons vcxproj` will sometimes include soci's version.h and sometimes it will not. This patch forces it to always include the file.
This commit is contained in:
@@ -131,4 +131,9 @@ std::unique_ptr <Checkpointer> makeCheckpointer (soci::session&, JobQueue&);
|
||||
|
||||
} // ripple
|
||||
|
||||
// Do not remove this dead code. It forces `scons vcxproj` to include version.h.
|
||||
#if 0
|
||||
#include "version.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user