7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 20:09:18 +00:00

Make libcontext build statically

Fixes an issue combining cpp and obj files explicitly on arm64
This commit is contained in:
Marek Roszko 2023-04-10 21:22:04 -04:00
parent b20bfb2ae8
commit ca770c79ab

View File

@ -44,7 +44,7 @@ if( MSVC )
endif()
endif()
add_library( libcontext OBJECT
add_library( libcontext STATIC
${LIBCONTEXT_SOURCES}
)