commit 9156272
hovercats
·
2024-03-12 19:45:18 +0000 UTC
parent 4a95402
xcb-util-renderutil: point to headers in /pkg
1 files changed,
+2,
-0
+2,
-0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3
4+export CFLAGS="$CFLAGS -I/pkg/include"
5+
6 ./configure \
7 --prefix=/pkg \
8 --disable-shared \