mirror of
https://github.com/NoelFB/blah.git
synced 2025-07-17 19:31:52 +08:00
implemented Platform::dir_explore for macOS
This commit is contained in:
@ -557,7 +557,7 @@ void Platform::dir_explore(const char* path)
|
||||
|
||||
#else
|
||||
|
||||
BLAH_ASSERT(false, "'dir_explore' not implemented");
|
||||
system(String::fmt("open \"%s\"", path).cstr());
|
||||
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user