From fe4a2b7b732d919f806d12b5733f6b2ef0361f89 Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Wed, 1 May 2019 09:41:41 +0200 Subject: [PATCH] Added webp dependency on Windows. --- allg5/c_windows_static.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allg5/c_windows_static.go b/allg5/c_windows_static.go index 2655561..e76510c 100644 --- a/allg5/c_windows_static.go +++ b/allg5/c_windows_static.go @@ -2,5 +2,5 @@ package allg5 -// #cgo LDFLAGS: -lallegro_monolith-static -static -ljpeg -ldumb -lFLAC -lfreetype -lvorbisfile -lvorbis -logg -lphysfs -lpng16 -lzlib -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32 -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi -lstdc++ +// #cgo LDFLAGS: -lallegro_monolith-static -static -ljpeg -ldumb -lFLAC -lfreetype -lvorbisfile -lvorbis -logg -lphysfs -lpng16 -lzlib -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32 -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi -lstdc++ -lwebp import "C"