- temporary solution to fix build of non-MSVC targets

Precompilation of prefix header for GCC and Clang requires some efforts thanks to CMake which doesn't support this feature out of the box
Existing thirparty solutions must be tuned to our needs, and our configuration should be adjusted to a chosen module
This commit is contained in:
alexey.lysiuk 2019-08-22 10:44:30 +03:00
commit c3edfdd946
5 changed files with 10 additions and 7 deletions

View file

@ -1153,7 +1153,7 @@ UNSAFE_CCMD(clearnodecache)
if (!ScanDirectory(list, path))
{
Printf("Unable to scan node cache directory %s\n", path);
Printf("Unable to scan node cache directory %s\n", path.GetChars());
return;
}