Skip to content

Commit

Permalink
Fix missing exec_prefix variable in libhwy-test.pc
Browse files Browse the repository at this point in the history
Prevents pkg-config error:
Variable 'exec_prefix' not defined in 'libhwy-test.pc'
  • Loading branch information
lipidity authored Sep 26, 2022
1 parent fad06eb commit 357e21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libhwy-test.pc.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Expand Down

0 comments on commit 357e21b

Please sign in to comment.