Edit

kc3-lang/brotli/go/cbrotli/cgo.go

Branch :

  • Show log

    Commit

  • Author : Daniel Lobl
    Date : 2024-08-07 21:40:57
    Hash : 90833a88
    Message : cbrotli: add pkg-config directive

  • go/cbrotli/cgo.go
  • // Copyright 2017 Google Inc. All Rights Reserved.
    //
    // Distributed under MIT license.
    // See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
    
    package cbrotli
    
    // Inform golang build system that it should link brotli libraries.
    
    // #cgo pkg-config: libbrotlicommon libbrotlidec libbrotlienc
    import "C"