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
1 changed files with 1 additions and 1 deletions

View File

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