mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +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.
|
// NOTE: Linux / Unix is unfinished and not tested very well.
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
String path_to_fullpath(gbAllocator a, String s);
|
||||||
|
|
||||||
String odin_root_dir(void) {
|
String odin_root_dir(void) {
|
||||||
String path = global_module_path;
|
String path = global_module_path;
|
||||||
isize len, i;
|
isize len, i;
|
||||||
|
|||||||
Reference in New Issue
Block a user