mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 12:40:17 +01:00
add precompiled deb
This commit is contained in:
parent
751e8ba5b4
commit
c6ff1e1387
2 changed files with 12 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
package client
|
||||
|
||||
// #cgo linux CFLAGS: -I/usr/local/include
|
||||
// #cgo linux LDFLAGS: -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
// #cgo darwin CFLAGS: -I/usr/local/include
|
||||
// #cgo windows CFLAGS: -IC:/src/td -IC:/src/td/build
|
||||
// #cgo linux LDFLAGS: -L/usr/local/lib -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
// #cgo darwin LDFLAGS: -L/usr/local/lib -L/usr/local/opt/openssl/lib -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
// #cgo windows LDFLAGS: -LC:/src/td/build/Debug -ltdjson
|
||||
// #include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue