Go: linking against libunit.
This commit is contained in:
10
src/go/unit/ldflags.go
Normal file
10
src/go/unit/ldflags.go
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
package unit
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -lunit
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user