mirror of
https://github.com/NoelFB/blah.git
synced 2025-08-14 02:30:09 +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
|
#else
|
||||||
|
|
||||||
BLAH_ASSERT(false, "'dir_explore' not implemented");
|
system(String::fmt("open \"%s\"", path).cstr());
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user