Make libcontext build statically
Fixes an issue combining cpp and obj files explicitly on arm64
This commit is contained in:
parent
b20bfb2ae8
commit
ca770c79ab
|
@ -44,7 +44,7 @@ if( MSVC )
|
|||
endif()
|
||||
endif()
|
||||
|
||||
add_library( libcontext OBJECT
|
||||
add_library( libcontext STATIC
|
||||
${LIBCONTEXT_SOURCES}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue