mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix linker script parameter location. Spotted by Hartmut Birr.
svn path=/trunk/; revision=18760
This commit is contained in:
parent
450d4c43e7
commit
7a79eea045
1 changed files with 2 additions and 2 deletions
|
@ -1448,7 +1448,7 @@ MingwModuleHandler::GenerateLinkerCommand (
|
|||
killAt.c_str () );
|
||||
|
||||
fprintf ( fMakefile,
|
||||
"\t%s %s %s -o %s %s %s %s %s\n",
|
||||
"\t%s %s %s %s -o %s %s %s %s\n",
|
||||
linker.c_str (),
|
||||
linkerParameters.c_str (),
|
||||
linkerScriptArgument.c_str (),
|
||||
|
@ -1470,7 +1470,7 @@ MingwModuleHandler::GenerateLinkerCommand (
|
|||
else
|
||||
{
|
||||
fprintf ( fMakefile,
|
||||
"\t%s %s -o %s %s %s %s %s\n",
|
||||
"\t%s %s %s -o %s %s %s %s\n",
|
||||
linker.c_str (),
|
||||
linkerParameters.c_str (),
|
||||
linkerScriptArgument.c_str (),
|
||||
|
|
Loading…
Reference in a new issue