Commit 3c177d0
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: evpobr <[email protected]>1 parent 98eddc7 commit 3c177d0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments