mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +00:00
Wrap path in quotes to support paths containing whitespace.
This commit is contained in:
parent
8a0133c030
commit
768e185c54
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user