Build libliftoff as a static library

This commit is contained in:
Simon Ser 2020-05-05 10:49:44 +02:00
parent 267036754c
commit fc72bda2cf

View file

@ -43,7 +43,8 @@ spirv_shader = custom_target('shader_target',
install : false, install : false,
) )
liftoff_proj = subproject('libliftoff') liftoff_proj = subproject('libliftoff', default_options:
['default_library=static'])
libftoff_dep = liftoff_proj.get_variable('liftoff') libftoff_dep = liftoff_proj.get_variable('liftoff')
executable( executable(