Skip to content

Commit

Permalink
Build core webview library with WEBVIEW_STATIC
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenL committed Feb 18, 2024
1 parent 0e51045 commit ff08b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package webview

/*
#cgo CFLAGS: -I${SRCDIR}/libs/webview/include
#cgo CXXFLAGS: -I${SRCDIR}/libs/webview/include
#cgo CXXFLAGS: -I${SRCDIR}/libs/webview/include -DWEBVIEW_STATIC
#cgo linux openbsd freebsd netbsd CXXFLAGS: -DWEBVIEW_GTK -std=c++11
#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.0
Expand Down

0 comments on commit ff08b51

Please sign in to comment.