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:
parent
24fd326cd1
commit
27bf45417a
2
thirdparty/libcontext/CMakeLists.txt
vendored
2
thirdparty/libcontext/CMakeLists.txt
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user