Potentially fix MSVC build

This commit is contained in:
Jon Evans 2023-11-29 13:10:56 -05:00
parent f3360a4442
commit cb12464865
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ BOOST_FIXTURE_TEST_CASE( FootprintPrettifier, PRETTIFIER_TEST_FIXTURE )
PCB_PLUGIN plugin;
std::string tempLibPath = fmt::format( "{}/prettifier.pretty",
std::filesystem::temp_directory_path().c_str() );
std::filesystem::temp_directory_path().generic_string() );
std::filesystem::remove_all( tempLibPath );
std::filesystem::create_directory( tempLibPath );