mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
9 lines
136 B
Go
9 lines
136 B
Go
// +build libtdjson
|
|
// +build linux
|
|
|
|
package client
|
|
|
|
/*
|
|
#cgo linux LDFLAGS: -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
|
*/
|
|
import "C"
|