This commit is contained in:
gingerBill
2024-11-14 17:05:34 +00:00
committed by flysand7
parent e58ac3cb8d
commit d613a9ee5a

View File

@@ -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;
}