From 4838c0e53d0422bb7ebebc8abd3212eb4d39d2d6 Mon Sep 17 00:00:00 2001 From: Gary Date: Wed, 26 Feb 2025 17:35:53 -0600 Subject: [PATCH] Update enetc.go Library names are case sensitive when compiling from WSL --- enetc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enetc.go b/enetc.go index d85c114..d464c22 100644 --- a/enetc.go +++ b/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 import "C" import "fmt"