commit 7a4f41c
hovercats
·
2024-03-12 18:43:28 +0000 UTC
parent f17b47b
sxhkd: point to libraries and headers in /pkg
1 files changed,
+2,
-1
+2,
-1
1@@ -1,6 +1,7 @@
2 #!/bin/sh -e
3
4-export LDFLAGS="$LDFLAGS -static -lxcb -lXau"
5+export LDFLAGS="$LDFLAGS -static -L/pkg/lib -lxcb -lXau"
6+export CFLAGS="$CFLAGS -I/pkg/include"
7
8 make
9 make DESTDIR="$1" PREFIX=/pkg install