Skip to content

Commit 9776d42

Browse files
lebdronvitalybuka
authored andcommitted
Add missing library directory flag in pkgconfig file
Signed-off-by: Andrei Lebedev <[email protected]>
1 parent 92204df commit 9776d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libprotobuf-mutator.pc.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
2+
libdir=${prefix}/lib
23
includedir=${prefix}/include/libprotobuf-mutator
34

45
Name: libprotobuf-mutator
56
Description: randomly mutate protobuffers for fuzzing
67
Version: 0
78
Cflags: -I${includedir} -I${includedir}/src
8-
Libs: -lprotobuf-mutator-libfuzzer -lprotobuf-mutator
9+
Libs: -L${libdir} -lprotobuf-mutator-libfuzzer -lprotobuf-mutator

0 commit comments

Comments
 (0)