From 5de3b07e2b54fcf3be089e0cf064265abcb13e63 Mon Sep 17 00:00:00 2001 From: Zachary Pierson Date: Mon, 2 Jul 2018 02:50:08 -0500 Subject: Made `os_osx.odin` use the new-style `runtime.args__` and added `read_directory` for macOS --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index ec6ec7798..adeebc410 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -822,7 +822,7 @@ ReadDirectoryError read_directory(String path, Array *fi) { return ReadDirectory_None; } -#elif defined(GB_SYSTEM_LINUX) +#elif defined(GB_SYSTEM_LINUX) || defined(GB_SYSTEM_OSX) #include -- cgit v1.2.3