go-tdlib/client/tdjson_static.go
Aleksandr Zelenin 7e9b42db25 build tag
2018-09-25 22:18:30 +03:00

10 lines
227 B
Go

// +build !libtdjson
// +build linux
package client
/*
#cgo linux LDFLAGS: -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm
*/
import "C"