Merge pull request #794 from ethanhugg/win64_fix

Set ASM_ARCH in all cases to fix Win64 Debug build
This commit is contained in:
volvet 2014-05-08 08:56:26 +08:00
commit 5e73cc4298

View File

@ -17,7 +17,7 @@ ASMFLAGS_PLATFORM = -DX86_32
endif
ifeq ($(USE_ASM),Yes)
CFLAGS += -DX86_ASM
ASM_ARCH = x86
endif
ASM_ARCH = x86
ASM = nasm
ASMFLAGS += $(ASMFLAGS_PLATFORM)