commit c9c87f3
chld
·
2026-08-23 05:40:35 +0000 UTC
parent bc96080
seatd: combine libseat and libseat-private?
1 files changed,
+7,
-0
+7,
-0
1@@ -8,5 +8,12 @@ prebuild() {
2 # clang 21 triggers is a shitty compiler
3 export CFLAGS="${CFLAGS} -Wno-error=sign-compare"
4 }
5+postbuild(){
6+ set -x
7+ ar x build/libseat.a
8+ ar x build/libseat-private.a
9+ ar rcs /lib/libseat.a *.o
10+ ranlib /lib/libseat.a
11+}
12
13 . ${0%/*}/../../libsh/libdmake.sh