15 lines
191 B
Go
15 lines
191 B
Go
//go:build darwin
|
|
|
|
/*
|
|
* Copyright (C) Danielle De Leo
|
|
* Copyright (C) NGINX, Inc.
|
|
*/
|
|
|
|
package unit
|
|
|
|
/*
|
|
#cgo LDFLAGS: -L/opt/homebrew/lib
|
|
#cgo CFLAGS: -I/opt/homebrew/include
|
|
*/
|
|
import "C"
|