mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 15:23:15 +00:00
Fix typo
This commit is contained in:
@@ -1888,7 +1888,7 @@ gb_internal bool init_build_paths(String init_filename) {
|
||||
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");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user