From 91e4ec739b2ae8bc754f2c977bcf1fd8d3f958f3 Mon Sep 17 00:00:00 2001 From: Trevor Martin Date: Tue, 28 Jan 2025 19:44:42 -0500 Subject: [PATCH] Update webview.go propose bumping version to 4.1 to fix compatibility issues with new systems where 4.0 has become unavailable --- webview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview.go b/webview.go index 7cf0d9f..22447d2 100644 --- a/webview.go +++ b/webview.go @@ -6,7 +6,7 @@ package webview #cgo linux openbsd freebsd netbsd CXXFLAGS: -DWEBVIEW_GTK -std=c++11 #cgo linux openbsd freebsd netbsd LDFLAGS: -ldl -#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.0 +#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.1 #cgo darwin CXXFLAGS: -DWEBVIEW_COCOA -std=c++11 #cgo darwin LDFLAGS: -framework WebKit -ldl