mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
9 lines
227 B
Go
9 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"
|