summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
diff options
context:
space:
mode:
authorArthur Schreiber <arthur.schreiber@hp.com>2016-01-05 21:55:11 +0100
committerArthur Schreiber <schreiber.arthur@googlemail.com>2016-01-09 02:43:03 +0100
commit768e185c54164a66fc4e2dbe7c58097eff65ebdf (patch)
tree109b9b57e6288ac31c4fd87e8651d52fa6ae1aef /libgit2.pc.in
parent8a0133c030074892815ef91de802388492dad17c (diff)
downloadlibgit2-768e185c54164a66fc4e2dbe7c58097eff65ebdf.tar.gz
Wrap path in quotes to support paths containing whitespace.
Diffstat (limited to 'libgit2.pc.in')
-rw-r--r--libgit2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
index 880266a30..329a560a7 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -6,7 +6,7 @@ Name: libgit2
Description: The git library, take 2
Version: @LIBGIT2_VERSION_STRING@
-Libs: -L${libdir} -lgit2
+Libs: -L"${libdir}" -lgit2
Libs.private: @LIBGIT2_PC_LIBS@
Requires.private: @LIBGIT2_PC_REQUIRES@