fortify: switch to static linking
All checks were successful
Build / Create distribution (push) Successful in 1m43s
Test / Run NixOS test (push) Successful in 4m32s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-16 17:32:52 +09:00
parent 124743ffd3
commit b60c01f440
10 changed files with 196 additions and 166 deletions

View File

@@ -6,7 +6,7 @@ import (
)
/*
#cgo linux pkg-config: xcb
#cgo linux pkg-config: --static xcb
#include <stdlib.h>
#include <xcb/xcb.h>