11 lines
313 B
Go
11 lines
313 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
package client
|
|
|
|
/*
|
|
#cgo darwin CFLAGS: -I/usr/local/include
|
|
#cgo darwin LDFLAGS: -L/usr/local/lib -L/usr/local/opt/openssl/lib -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
|
*/
|
|
import "C"
|