github.com/confluentinc/confluent-kafka-go@v1.9.2/kafka/build_darwin_arm64.go (about)

     1  // +build !dynamic
     2  
     3  
     4  // This file was auto-generated by librdkafka_vendor/bundle-import.sh, DO NOT EDIT.
     5  
     6  package kafka
     7  
     8  // #cgo CFLAGS: -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB
     9  // #cgo LDFLAGS: ${SRCDIR}/librdkafka_vendor/librdkafka_darwin_arm64.a  -lm -lsasl2 -ldl -lpthread -framework CoreFoundation -framework SystemConfiguration
    10  import "C"
    11  
    12  // LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
    13  const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v1.9.2.tgz"