mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
Fix linker script parameter location. Spotted by Hartmut Birr.
svn path=/trunk/; revision=18760
This commit is contained in:
@@ -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 (),
|
||||
|
||||
Reference in New Issue
Block a user