diff options
| author | gingerBill <bill@gingerbill.org> | 2024-11-14 17:05:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-11-14 17:05:34 +0000 |
| commit | 7adb4c91d48faa1182aa5a94acc97a20c1366cdc (patch) | |
| tree | 9a55e5d808e2048d938427ab8c3db9aac882621c /src/build_settings.cpp | |
| parent | b9886dfcc79fd40c077feab2f81aa3b4d8ebbc6f (diff) | |
Fix typo
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 4177cc2fa..50fae93b8 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; } |