Skip to content

Commit

Permalink
Fix sfizz.pc.in
Browse files Browse the repository at this point in the history
The project name was changed during the repository split but the pkgconfig file template wasn't updated
  • Loading branch information
redtide committed Apr 25, 2024
1 parent 342cd99 commit 806bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sfizz.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: @PROJECT_NAME@
Name: sfizz
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@

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

0 comments on commit 806bf1d

Please sign in to comment.