mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
+1
-1
@@ -684,7 +684,7 @@ gb_internal i32 linker_stage(LinkerData *gen) {
|
|||||||
if (is_osx && build_context.ODIN_DEBUG) {
|
if (is_osx && build_context.ODIN_DEBUG) {
|
||||||
// NOTE: macOS links DWARF symbols dynamically. Dsymutil will map the stubs in the exe
|
// NOTE: macOS links DWARF symbols dynamically. Dsymutil will map the stubs in the exe
|
||||||
// to the symbols in the object file
|
// to the symbols in the object file
|
||||||
result = system_exec_command_line_app("dsymutil", "dsymutil %.*s", LIT(output_filename));
|
result = system_exec_command_line_app("dsymutil", "dsymutil \"%.*s\"", LIT(output_filename));
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user