Files
GmSSL/go/build.go
2017-05-04 20:51:53 +08:00

10 lines
138 B
Go
Executable File

/* +build cgo */
package gmssl
/*
#cgo darwin CFLAGS: -I/usr/local/include
#cgo darwin LDFLAGS: -L/usr/local/lib -lcrypto
*/
import "C"