Skip to content

Commit

Permalink
Get fnkdat.cpp compiling for Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
henricj committed Dec 22, 2023
1 parent e8ed8e4 commit 550506d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/misc/fnkdat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@ std::tuple<bool, std::filesystem::path> fnkdat(const std::filesystem::path& targ

getMacApplicationSupportFolder(&buffer[0], buffer.size());

output_path = buffer;
output_path = buffer.data();
output_path /= "Dune Legacy";
}
# else
{
const char* xdg_config = getenv("XDG_CONFIG_HOME");
Expand Down

0 comments on commit 550506d

Please sign in to comment.