mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix accidental incorrect assignment
This commit is contained in:
+1
-1
@@ -797,7 +797,7 @@ try_cross_linking:;
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* original_clang_path = original_clang_path;
|
const char* original_clang_path = clang_path;
|
||||||
|
|
||||||
gbString darwin_find_sdk_cmd = gb_string_make(temporary_allocator(), "");
|
gbString darwin_find_sdk_cmd = gb_string_make(temporary_allocator(), "");
|
||||||
darwin_find_sdk_cmd = gb_string_append_fmt(darwin_find_sdk_cmd, "xcrun --sdk %s --show-sdk-path", darwin_xcrun_sdk_name);
|
darwin_find_sdk_cmd = gb_string_append_fmt(darwin_find_sdk_cmd, "xcrun --sdk %s --show-sdk-path", darwin_xcrun_sdk_name);
|
||||||
|
|||||||
Reference in New Issue
Block a user