pcm: build dsd2pcm only if -Dtest=true

This commit is contained in:
Max Kellermann 2018-10-30 13:31:43 +01:00
parent 1f8d707082
commit c97469283c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ if get_option('dsd')
dependencies: [ dependencies: [
util_dep, util_dep,
], ],
build_by_default: get_option('test'),
install: false, install: false,
) )
endif endif