mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 18:32:12 +00:00
Fix linux build.
This commit is contained in:
@@ -415,6 +415,8 @@ String odin_root_dir(void) {
|
||||
// NOTE: Linux / Unix is unfinished and not tested very well.
|
||||
#include <sys/stat.h>
|
||||
|
||||
String path_to_fullpath(gbAllocator a, String s);
|
||||
|
||||
String odin_root_dir(void) {
|
||||
String path = global_module_path;
|
||||
isize len, i;
|
||||
|
||||
Reference in New Issue
Block a user