Jeroen van Rijn hai 3 meses
pai
achega
805f7ce973
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/build_settings.cpp

+ 1 - 1
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;
 		}
 	}