2021-12-30 05:55:02 +00:00
|
|
|
//go:build darwin
|
2018-09-27 00:36:25 +00:00
|
|
|
// +build darwin
|
2018-09-25 19:18:30 +00:00
|
|
|
|
|
|
|
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"
|