From 7050033b8fb8da56776a332c28adceeba7281fe3 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 13 Aug 2013 19:01:41 +1000 Subject: [PATCH] src/libFLAC/ia32/nasm.h : Fix nasm warning on windows. Patch from Ozkan Sezer . --- src/libFLAC/ia32/nasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index abd01c41..0ae887ce 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -79,7 +79,7 @@ _%1: %1: %endmacro -%ifndef OBJ_FORMAT_aout +%ifdef OBJ_FORMAT_elf section .note.GNU-stack progbits noalloc noexec nowrite align=1 %endif