Skip to content
Snippets Groups Projects
Commit 3c177d01 authored by Matt Oliver's avatar Matt Oliver Committed by Ralph Giles
Browse files

Fix pkgconfig creation with cmake.


The cmake build script was not setting a VORBIS_LIBS variable
that is used to update pkg-config files. This results in linking
errors in downstream projects due to missing dependencies
(in this case libm).

This patch just updates the cmake script to behave the same
as configure does currently.

Signed-off-by: default avatarevpobr <evpobr@gmail.com>
parent 98eddc72
Loading
Checking pipeline status