Skip to content

Commit

Permalink
pkg-config: fix library directory.
Browse files Browse the repository at this point in the history
The install destination might be lib64, and a CMake variable
exists that contains this information, CMAKE_INSTALL_LIBDIR.
  • Loading branch information
MathieuDuponchelle authored and clipka committed Nov 15, 2016
1 parent b2688c1 commit 386cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automotive-dlt.pc.in
Expand Up @@ -17,7 +17,7 @@

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${exec_prefix}/lib
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${exec_prefix}/include

Name: DLT
Expand Down

0 comments on commit 386cc6c

Please sign in to comment.