Skip to content

Commit 877b6db

Browse files
committed
Fix regression in pkgconfig file generation
1 parent 774d882 commit 877b6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zxing.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
66
Name: ZXing
77
Description: ZXing library set
88
Version: @VERSION@
9-
Libs: -L${libdir} -l@TARGET_ZXING@
9+
Libs: -L${libdir} -lZXing
1010
Cflags: -I${includedir} -I${includedir}/ZXing

0 commit comments

Comments
 (0)