Skip to content

Commit 806bf1d

Browse files
authored
Fix sfizz.pc.in
The project name was changed during the repository split but the pkgconfig file template wasn't updated
1 parent 342cd99 commit 806bf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sfizz.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
33
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
44
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
55

6-
Name: @PROJECT_NAME@
6+
Name: sfizz
77
Description: @PROJECT_DESCRIPTION@
88
Version: @PROJECT_VERSION@
99

1010
Requires.private:@SFIZZ_PC_REQUIRES@
11-
Libs: -L${libdir} -l@PROJECT_NAME@
11+
Libs: -L${libdir} -lsfizz
1212
Cflags: -I${includedir}

0 commit comments

Comments
 (0)