don't link with spalib when we don't have to

This commit is contained in:
Wim Taymans 2018-08-13 17:22:55 +02:00
parent 872a1131fa
commit d3b9a52ec4
11 changed files with 0 additions and 20 deletions

View file

@ -4,6 +4,5 @@ testlib = shared_library('spa-test',
test_sources,
include_directories : [ spa_inc, spa_libinc],
dependencies : threads_dep,
link_with : spalib,
install : true,
install_dir : '@0@/spa/test'.format(get_option('libdir')))