Core/Misc: Support boost 1.85

This commit is contained in:
Shauren
2024-04-22 11:52:58 +02:00
parent f4ef6f769b
commit cfa838df5d
8 changed files with 15 additions and 10 deletions

View File

@@ -857,7 +857,7 @@ private:
{
boost::system::error_code code;
fs::copy_file(path, cache_path, fs::copy_option::fail_if_exists, code);
fs::copy_file(path, cache_path, code);
if (code)
{
TC_LOG_FATAL("scripts.hotswap", ">> Failed to create cache entry for module "