Add math library to libs.

This commit is contained in:
Michael R Sweet 2021-11-18 19:23:42 -05:00
parent c73aa7ae20
commit ec8e900ea5
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -2,5 +2,5 @@ Name: pdfio
Description: PDF read/write library
URL: https://www.msweet.org/pdfio
Requires: zlib >= 1.0
Libs: -L${prefix}/lib -lpdfio
Libs: -L${prefix}/lib -lpdfio -lm
Cflags: -I${prefix}/include