mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 01:18:12 +08:00
Fix export.cpp compilation with MSVC (#1737)
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace mlx::core;
|
||||
|
||||
namespace {
|
||||
std::string get_temp_file(const std::string& name) {
|
||||
return std::filesystem::temp_directory_path().append(name);
|
||||
return std::filesystem::temp_directory_path().append(name).string();
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user