Build: Provide 512B file alignment to CLANGPDB to fix SignTool error (#265)

Signed-off-by: SquallATF <squallatf@gmail.com>
This commit is contained in:
SquallATF 2021-06-01 19:34:55 +08:00 committed by GitHub
parent 9e35a94f49
commit a542556da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,4 +335,4 @@
GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:512