mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
@@ -1888,7 +1888,7 @@ gb_internal bool init_build_paths(String init_filename) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (build_context.linker_choice != Linker_Default && find_result.vs_exe_path.len == 0) {
|
if (build_context.linker_choice == Linker_Default && find_result.vs_exe_path.len == 0) {
|
||||||
gb_printf_err("link.exe not found.\n");
|
gb_printf_err("link.exe not found.\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user