mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
build tag
This commit is contained in:
parent
82b025b53e
commit
7e9b42db25
4 changed files with 34 additions and 8 deletions
9
client/tdjson_dynamic.go
Normal file
9
client/tdjson_dynamic.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// +build libtdjson
|
||||
// +build linux
|
||||
|
||||
package client
|
||||
|
||||
/*
|
||||
#cgo linux LDFLAGS: -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
*/
|
||||
import "C"
|
||||
Loading…
Add table
Add a link
Reference in a new issue