Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/WIP' into WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed May 2, 2024
2 parents a8e7ff2 + 9dedf19 commit 809ea6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ int main (int argc, char *argv[])
kernel.end();
try
{

#if BOOST_VERSION < 107400
boost::filesystem::copy_file(kernel.log_file_path,kernel.o_path / "CHM.log", boost::filesystem::copy_option::overwrite_if_exists);
#else
boost::filesystem::copy_file(kernel.log_file_path,kernel.o_path / "CHM.log", boost::filesystem::copy_options::overwrite_existing);
#endif
}

catch(...)
{

Expand Down

0 comments on commit 809ea6d

Please sign in to comment.