From b60c01f4405ec3b5cc4a740fe994c3b9f39cf01f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 16 Jan 2025 17:32:52 +0900 Subject: fortify: switch to static linking Signed-off-by: Ophestra --- xcb/c.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcb') diff --git a/xcb/c.go b/xcb/c.go index 3138c1db..f2703f94 100644 --- a/xcb/c.go +++ b/xcb/c.go @@ -6,7 +6,7 @@ import ( ) /* -#cgo linux pkg-config: xcb +#cgo linux pkg-config: --static xcb #include #include -- cgit v1.3.1