mirror of
https://github.com/codecat/go-enet.git
synced 2025-12-07 13:39:48 +00:00
Update enetc.go
Library names are case sensitive when compiling from WSL
This commit is contained in:
parent
4dd2fcc212
commit
4838c0e53d
1 changed files with 1 additions and 1 deletions
2
enetc.go
2
enetc.go
|
|
@ -2,7 +2,7 @@ package enet
|
|||
|
||||
// #cgo !windows pkg-config: libenet
|
||||
// #cgo windows CFLAGS: -Ienet/include/
|
||||
// #cgo windows LDFLAGS: -Lenet/ -lenet -lWs2_32 -lWinmm
|
||||
// #cgo windows LDFLAGS: -Lenet/ -lenet -lws2_32 -lwinmm
|
||||
// #include <enet/enet.h>
|
||||
import "C"
|
||||
import "fmt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue