mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixed incorrect count.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user