From b35dcff391dc54902eaf5388fa6321eda8120810 Mon Sep 17 00:00:00 2001 From: Arzumify <109815155+Arzumify@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:52:59 +0100 Subject: [PATCH] Update webview.go to 4.1 --- webview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview.go b/webview.go index 6acf90d..5e013c2 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