This commit is contained in:
Jeroen van Rijn
2025-06-01 19:22:51 +02:00
parent 405bf7cd55
commit 805f7ce973
+1 -1
View File
@@ -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;
}
}