mirror of https://github.com/acidanthera/audk.git
Changed the order of SLINK option
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3678 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dce323a67c
commit
8083432c1b
|
@ -172,7 +172,7 @@
|
|||
$(OUTPUT_DIR)(+)$(MODULE_NAME).lib
|
||||
|
||||
<Command.MSFT, Command.INTEL>
|
||||
"$(SLINK)" /OUT:${dst} $(SLINK_FLAGS) ${src}
|
||||
"$(SLINK)" $(SLINK_FLAGS) /OUT:${dst} ${src}
|
||||
|
||||
<Command.GCC>
|
||||
"$(SLINK)" -cr ${dst} $(SLINK_FLAGS) ${src}
|
||||
|
|
Loading…
Reference in New Issue