Log architecture on startup

develop
lethosor 2016-10-08 16:58:08 -04:00
parent d414e60ff0
commit f6a91c2f30
1 changed files with 1 additions and 0 deletions

@ -250,6 +250,7 @@ static string dfhack_version_desc()
s << "(release)";
else
s << "(development build " << Version::git_description() << ")";
s << " on " << (sizeof(void*) == 8 ? "x86_64" : "x86");
return s.str();
}