diff --git a/legacy/escape/escape.pc.in b/legacy/escape/escape.pc.in index cc620525fc..382806d4e9 100644 --- a/legacy/escape/escape.pc.in +++ b/legacy/escape/escape.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: escape Description: Library that ports on the PS3 some specific Unix functions. Version: @VERSION@ -Libs: -L${libdir} -lescape -lm -lnet -Libs.private: +Libs: -L${libdir} -lescape +Libs.private: -lm -lnet Cflags: -I${includedir}/escape-@VMAJ@