Print linking in CI and fix win linking.

This commit is contained in:
Christoffer Lerno
2024-08-25 20:30:21 +02:00
committed by Christoffer Lerno
parent 40455f5260
commit 61246d713d

View File

@@ -566,7 +566,7 @@ static bool linker_setup(const char ***args_ref, const char **files_to_link, uns
FOREACH(const char *, dir, compiler.build.linker_libdirs)
{
add_concat_file_arg(lib_path_opt, dir);
add_concat_quote_arg(lib_path_opt, dir);
}
FOREACH(const char *, arg, compiler.build.link_args)
{