Add OS-specific libs. For cygwin -lwinmm is needed, not sure about
-mcygwin. Also not sure if @LIBS@ is the right thing to add.
This commit is contained in:
@@ -7,5 +7,5 @@ Name: libcdio
|
||||
Description: Portable CD-ROM I/O library
|
||||
Version: @VERSION@
|
||||
#Requires: glib-2.0
|
||||
Libs: -L${libdir} -lcdio
|
||||
Libs: -L${libdir} -lcdio @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user