mirror of https://github.com/acidanthera/audk.git
Add align build option to avoid the build issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10181 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
59aefb7e0d
commit
4526f277b9
|
@ -44,3 +44,10 @@
|
|||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
[BuildOptions]
|
||||
# It is required for IA32-version consumer of CryptoLib to add the
|
||||
# following build options to avoid the build issues.
|
||||
MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
|
||||
INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
|
||||
|
Loading…
Reference in New Issue