From 805f7ce973db57a9420cf84fb0f55a54c0018284 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 1 Jun 2025 19:22:51 +0200 Subject: Typo fix --- src/build_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build_settings.cpp') diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 2c444f4eb..05709902a 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -2307,7 +2307,7 @@ gb_internal bool init_build_paths(String init_filename) { Path symbol_path; symbol_path.basename = copy_string(ha, bc->build_paths[BuildPath_Output].basename); symbol_path.name = copy_string(ha, bc->build_paths[BuildPath_Output].name); - symbol_path.ext = copy_string(ha, STR_LIT("dSym")); + symbol_path.ext = copy_string(ha, STR_LIT("dSYM")); bc->build_paths[BuildPath_Symbols] = symbol_path; } } -- cgit v1.2.3