7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Fix typo in arch name

This commit is contained in:
Mark Roszko 2021-03-12 15:05:38 +00:00
parent 24fd326cd1
commit 27bf45417a

View File

@ -17,7 +17,7 @@ if( MSVC )
enable_language(ASM_MASM)
if( NOT LIBCONTEXT_USE_WINFIBER )
if ( KICAD_BUILD_ARCH_X84 )
if ( KICAD_BUILD_ARCH_X86 )
set( CMAKE_ASM_MASM_FLAGS "${CMAKE_ASM_MASM_FLAGS} /safeseh" )
list(APPEND LIBCONTEXT_SOURCES
make_i386_ms_pe_masm.asm