Enable masm compilation under windows
This commit is contained in:

committed by
Brent Cook

parent
4dabadaf4d
commit
c6f8ca2bc6
@@ -147,7 +147,7 @@ if(HOST_ASM_MASM_X86_64)
|
||||
add_definitions(-DWHIRLPOOL_ASM)
|
||||
add_definitions(-DOPENSSL_CPUID_OBJ)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} ${ASM_X86_64_MASM_SRC})
|
||||
set_property(SOURCE ${ASM_X86_64_MASM_SRC} PROPERTY LANGUAGE C)
|
||||
set_property(SOURCE ${ASM_X86_64_MASM_SRC} PROPERTY LANGUAGE ASM_MASM)
|
||||
endif()
|
||||
|
||||
if(HOST_ASM_MINGW64_X86_64)
|
||||
|
Reference in New Issue
Block a user