Skip to content

Commit

Permalink
Fix libdir variable. (Fixes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 23, 2024
1 parent 9c123af commit ec702ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/template.pc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefix = @CMAKE_INSTALL_PREFIX@
libdir = ${prefix}/@CMAKE_INSTALL_FULL_LIBDIR@
libdir = ${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir = ${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: @PROJECT_NAME@
Expand Down

0 comments on commit ec702ed

Please sign in to comment.