mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 17:46:09 +00:00
set PKG_CONFIG_LIBDIR in toolchain-mingw32.cmake
This commit is contained in:
parent
547517d7f9
commit
7aa96593fa
@ -9,3 +9,5 @@ SET(CMAKE_FIND_ROOT_PATH /usr/i586-mingw32msvc)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
|
||||
SET(ENV{PKG_CONFIG_LIBDIR} ${CMAKE_FIND_ROOT_PATH}/lib/pkgconfig)
|
||||
|
Loading…
Reference in New Issue
Block a user