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












                                    
//go:build darwin
// +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"