go-tdlib/client/tdjson_dynamic.go

12 lines
270 B
Go
Raw Normal View History

2018-09-25 19:18:30 +00:00
// +build libtdjson
2018-09-27 00:36:25 +00:00
// +build linux windows
2018-09-25 19:18:30 +00:00
package client
/*
#cgo linux LDFLAGS: -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
2018-09-27 00:36:25 +00:00
#cgo windows CFLAGS: -Ic:/td -Ic:/td/example/csharp/build
#cgo windows LDFLAGS: -Lc:/td/example/csharp/build/Release -ltdjson
2018-09-25 19:18:30 +00:00
*/
import "C"