Skip to content

Commit

Permalink
Fix build on linux by stubbing out file explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
HazardousPeach committed Oct 1, 2024
1 parent 29c874d commit 4e51b42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,9 @@ namespace Toolbox::Platform {
}
}
}
bool OpenFileExplorer(const fs_path &path) {
TOOLBOX_ERROR("Open file explorer currently unsupported on linux");
return false;
}
#endif
} // namespace Toolbox::Platform

0 comments on commit 4e51b42

Please sign in to comment.