Skip to content

Commit

Permalink
Fluid path on windows ...
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Nov 8, 2024
1 parent 0cf973d commit a519e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static void __set_fluid_dir() {

std::string libPath = std::string(chr_path);
std::filesystem::path path(libPath);
fluid_dir = std::string(path.parent_path() / rel_fluid_dir);
fluid_dir = std::wstring(path.parent_path() / rel_fluid_dir);
}
}

Expand Down

0 comments on commit a519e17

Please sign in to comment.