mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 04:30:17 +01:00
windows build readme
This commit is contained in:
parent
e5d2ffd3f9
commit
7eada9065f
2 changed files with 18 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//go:build libtdjson && (linux || darwin || windows)
|
||||
//go:build libtdjson && (linux || darwin)
|
||||
// +build libtdjson
|
||||
// +build linux darwin windows
|
||||
// +build linux darwin
|
||||
|
||||
package client
|
||||
|
||||
|
|
@ -9,7 +9,5 @@ package client
|
|||
#cgo linux LDFLAGS: -L/usr/local/lib -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
#cgo darwin CFLAGS: -I/usr/local/include
|
||||
#cgo darwin LDFLAGS: -L/usr/local/lib -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
#cgo windows CFLAGS: -Ic:/td -Ic:/td/example/csharp/build
|
||||
#cgo windows LDFLAGS: -Lc:/td/example/csharp/build/Release -ltdjson
|
||||
*/
|
||||
import "C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue