summaryrefslogblamecommitdiffhomepage
path: root/go/ldflags-darwin.go
blob: 34cfac1ab2456b62d98e41fe46e264ca562f30c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                    
//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"