Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
367B

  1. diff --git a/liblo.pc.in b/liblo.pc.in
  2. index 1adfa94..cf62474 100644
  3. --- a/liblo.pc.in
  4. +++ b/liblo.pc.in
  5. @@ -6,5 +6,5 @@ includedir=@includedir@
  6. Name: liblo
  7. Version: @PACKAGE_VERSION@
  8. Description: A lightweight OSC server/client library
  9. -Libs: -L${libdir} -llo @LIBPTHREAD@ @extralibs@
  10. +Libs: -L${libdir} -llo @LIBPTHREAD@ @extralibs@ -lm
  11. Cflags: -I${includedir}