This commit is contained in:
gingerBill
2024-11-14 17:05:34 +00:00
parent b9886dfcc7
commit 7adb4c91d4
+1 -1
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;
}