- 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:
parent
a56bdda3f0
commit
c3edfdd946
5 changed files with 10 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue