Skip to content

Commit

Permalink
windows: fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed May 23, 2020
1 parent 771a55b commit 7c49d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/windows/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void changeWorkingDirectory() {
workingDirectory = workingDirectory / ".." / "share" / "avocado";
}

chdir(workingDirectory.c_str());
chdir(workingDirectory.string().c_str());
}

int main(int argc, char** argv) {
Expand Down

0 comments on commit 7c49d43

Please sign in to comment.