commit 0e31092

hovercats  ·  2024-03-11 18:20:27 +0000 UTC
parent 3bfbd54
libXxf86vm: specify some variables to find headers and libraries
1 files changed,  +2, -0
+2, -0
1@@ -1,6 +1,8 @@
2 #!/bin/sh -e
3 
4 export DESTDIR="$1"
5+export LIBS="-L/pkg/lib"
6+export CFLAGS="$CFLAGS -I/pkg/include"
7 
8 TMPDIR="$1/tmp"
9