Skip to content

Commit 357e21b

Browse files
authored
Fix missing exec_prefix variable in libhwy-test.pc
Prevents pkg-config error: Variable 'exec_prefix' not defined in 'libhwy-test.pc'
1 parent fad06eb commit 357e21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libhwy-test.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
2+
exec_prefix=${prefix}
23
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
34
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
45

0 commit comments

Comments
 (0)