mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
implemented Platform::dir_explore for macOS
This commit is contained in:
parent
176b11e08e
commit
746330f763
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user