commit d561035

chld  ·  2026-09-10 12:32:09 +0000 UTC
parent 4360e43
glib: copy libs
1 files changed,  +1, -1
+1, -1
1@@ -10,7 +10,7 @@ prebuild(){
2 }
3 
4 postbuild(){
5-    cp -v `find $SRC -type f -name libcharset.a` $PKG/lib/
6+    cp -v `find $SRC -type f -name lib*.a` $PKG/lib/
7 }
8 
9 . ${0%/*}/../../libsh/libdmake.sh