Edit

kc3-lang/brotli/scripts/libbrotlicommon.pc.in

Branch :

  • Show log

    Commit

  • Author : Eugene Kliuchnikov
    Date : 2020-09-02 11:38:26
    Hash : 09b0992b
    Message : Revert "Add runtime linker path to pkg-config files (#740)" (#838) This reverts commit 31754d4ffce14153b5c2addf7a11019ec23f51c1.

  • scripts/libbrotlicommon.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    Name: libbrotlicommon
    URL: https://github.com/google/brotli
    Description: Brotli common dictionary library
    Version: @PACKAGE_VERSION@
    Libs: -L${libdir} -lbrotlicommon
    Cflags: -I${includedir}