mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Print linking in CI and fix win linking.
This commit is contained in:
committed by
Christoffer Lerno
parent
40455f5260
commit
61246d713d
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user