Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Nov 14, 2024
1 parent b9886df commit 7adb4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7adb4c9

Please sign in to comment.