use new CMake configs from phosg and resource_dasm

This commit is contained in:
Martin Michelsen
2024-08-17 15:33:06 -07:00
parent 4426476a15
commit a8fd1bdada
2 changed files with 16 additions and 16 deletions
+6 -1
View File
@@ -2510,7 +2510,12 @@ Action a_run_server_replay_log(
"", nullptr, +[](phosg::Arguments& args) {
{
string build_date = phosg::format_time(BUILD_TIMESTAMP);
config_log.info("newserv %s compiled at %s", GIT_REVISION_HASH, build_date.c_str());
#ifdef HAVE_RESOURCE_FILE
const char* resource_file_str = " with client function support";
#else
const char* resource_file_str = " without client function support";
#endif
config_log.info("newserv %s compiled%s at %s", GIT_REVISION_HASH, resource_file_str, build_date.c_str());
}
if (evthread_use_pthreads()) {