Skip to content

Commit

Permalink
set PKG_CONFIG_LIBDIR in toolchain-mingw32.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Mar 17, 2015
1 parent 547517d commit 7aa9659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/toolchain-mingw32.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7aa9659

Please sign in to comment.