mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Chain the types for the linker.
This commit is contained in:
parent
0bd0f783b2
commit
af7bc81e16
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ separate_compile (void)
|
|||
}
|
||||
}
|
||||
if (!err && !options.compile) {
|
||||
chain_initial_types ();
|
||||
linker_begin ();
|
||||
for (file = source_files; *file; file++) {
|
||||
if (strncmp (*file, "-l", 2)) {
|
||||
|
|
Loading…
Reference in a new issue