Skip to content

Commit

Permalink
Fix pkg-config directories
Browse files Browse the repository at this point in the history
Using the standard directory variables defined by the GNUInstallDirs CMake module.

Signed-off-by: Jonathon Anderson <anderson.jonathonm@gmail.com>
  • Loading branch information
blue42u committed Feb 1, 2024
1 parent 1685d01 commit e351726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/level-zero.pc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/include
libdir=${prefix}/lib
libdir=@CMAKE_INSTALL_FULL_LIBDIR@


Name: Level Zero
Expand Down
2 changes: 1 addition & 1 deletion source/libze_loader.pc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/include
libdir=${prefix}/lib
libdir=@CMAKE_INSTALL_FULL_LIBDIR@


Name: Level Zero Loader
Expand Down

0 comments on commit e351726

Please sign in to comment.