Skip to content

Commit

Permalink
It is not necessary. Newlib now implements getenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mxlgv committed Jan 14, 2024
1 parent 76acef3 commit ba6e699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/misc/cross.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ void Cross::CreatePlatformConfigDir(std::string& in) {
in = "~/Library/Preferences/";
ResolveHomedir(in);
//Don't create it. Assume it exists
#elif defined(KOLIBRI)
in = "/tmp0/1/.dosbox";
mkdir(in.c_str(),0700);
#else
in = "~/.dosbox";
ResolveHomedir(in);
Expand Down

0 comments on commit ba6e699

Please sign in to comment.