commit 35a198b
chld
·
2026-09-10 03:04:01 +0000 UTC
parent a1e7d4d
glib: copy libcharset
1 files changed,
+4,
-0
+4,
-0
1@@ -9,4 +9,8 @@ prebuild(){
2 export CFLAGS='-static -Oz -Wno-error=int-conversion' LDFLAGS='-static -Wl,-s -Wl,-O2 -Wl,--as-needed'
3 }
4
5+postbuild(){
6+ cp -v `find $SRC -type f -name libcharset.a` $PKG/lib/
7+}
8+
9 . ${0%/*}/../../libsh/libdmake.sh