Wrap path in quotes to support paths containing whitespace.

This commit is contained in:
Arthur Schreiber 2016-01-05 21:55:11 +01:00 committed by Arthur Schreiber
parent 8a0133c030
commit 768e185c54

View File

@ -6,7 +6,7 @@ Name: libgit2
Description: The git library, take 2 Description: The git library, take 2
Version: @LIBGIT2_VERSION_STRING@ Version: @LIBGIT2_VERSION_STRING@
Libs: -L${libdir} -lgit2 Libs: -L"${libdir}" -lgit2
Libs.private: @LIBGIT2_PC_LIBS@ Libs.private: @LIBGIT2_PC_LIBS@
Requires.private: @LIBGIT2_PC_REQUIRES@ Requires.private: @LIBGIT2_PC_REQUIRES@