Fixed incorrect count.

This commit is contained in:
Christoffer Lerno
2021-06-11 16:58:39 +02:00
parent e650ae771f
commit bbfe8c434e

View File

@@ -389,7 +389,7 @@ void compiler_compile(void)
else
{
if (!obj_format_linking_supported(platform_target.object_format) || !linker(active_target.name, obj_files,
vec_size(obj_files)))
output_file_count))
{
printf("No linking is performed due to missing linker support.");
active_target.run_after_compile = false;