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