diff options
author | Arthur Schreiber <arthur.schreiber@hp.com> | 2016-01-05 21:55:11 +0100 |
---|---|---|
committer | Arthur Schreiber <schreiber.arthur@googlemail.com> | 2016-01-09 02:43:03 +0100 |
commit | 768e185c54164a66fc4e2dbe7c58097eff65ebdf (patch) | |
tree | 109b9b57e6288ac31c4fd87e8651d52fa6ae1aef | |
parent | 8a0133c030074892815ef91de802388492dad17c (diff) | |
download | libgit2-768e185c54164a66fc4e2dbe7c58097eff65ebdf.tar.gz |
Wrap path in quotes to support paths containing whitespace.
-rw-r--r-- | libgit2.pc.in | 2 |
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@ |