mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: fix compilation error of assembly files after latest changes on Linux.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.ifndef WINABI
|
||||
%ifidn __OUTPUT_FORMAT__,elf
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
%endif
|
||||
@@ -7,4 +8,4 @@ section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
%ifidn __OUTPUT_FORMAT__,elf64
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
%endif
|
||||
|
||||
.endif
|
||||
Reference in New Issue
Block a user