Skip to content

Commit

Permalink
Fix CMakeInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 6, 2024
1 parent 129dbe6 commit d639d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UntitledXDGBasedir.pc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix="@CMAKE_INSTALL_PREFIX@"
exec_prefix="${prefix}"
libdir="${prefix}/lib"
libdir="${prefix}/lib64"
includedir="${prefix}/include"
compile_defs="@compile_defs@"

Expand All @@ -10,4 +10,4 @@ URL: https://github.com/MadLadSquad/UntitledXDGBasedir
Version: @PROJECT_VERSION@
Cflags: -I"${includedir}"
Libs: -L"${libdir}" -l@PROJECT_NAME@
Libs.private: -L"${libdir}" -l@PROJECT_NAME@
Libs.private: -L"${libdir}" -l@PROJECT_NAME@

0 comments on commit d639d1a

Please sign in to comment.