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:
parent
b20bfb2ae8
commit
ca770c79ab
2
thirdparty/libcontext/CMakeLists.txt
vendored
2
thirdparty/libcontext/CMakeLists.txt
vendored
@ -44,7 +44,7 @@ if( MSVC )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_library( libcontext OBJECT
|
||||
add_library( libcontext STATIC
|
||||
${LIBCONTEXT_SOURCES}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user