implemented Platform::dir_explore for macOS

This commit is contained in:
Noel Berry
2023-03-10 10:15:29 -08:00
committed by GitHub
parent 176b11e08e
commit 746330f763

View File

@ -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
}