aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-12-18 22:58:34 +0000
committergingerBill <bill@gingerbill.org>2022-12-18 22:58:34 +0000
commite27046098b12a678e9680d73d315b4c7c19c2101 (patch)
tree28ce08295891d49b8417acf6e9367c9875256f98 /src/build_settings.cpp
parentca8b148fdc6318c68018903c34f801b943b1a7fc (diff)
Add missing `gb_internal`
Diffstat (limited to 'src/build_settings.cpp')
-rw-r--r--src/build_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp
index 7d796d775..630cec601 100644
--- a/src/build_settings.cpp
+++ b/src/build_settings.cpp
@@ -720,7 +720,7 @@ gb_internal String internal_odin_root_dir(void) {
#include <mach-o/dyld.h>
-String path_to_fullpath(gbAllocator a, String s);
+gb_internal String path_to_fullpath(gbAllocator a, String s);
gb_internal String internal_odin_root_dir(void) {
String path = global_module_path;