We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343b683 commit ac2dbd8Copy full SHA for ac2dbd8
external_deps/build.sh
@@ -1201,6 +1201,7 @@ build_install() {
1201
linux-*-*)
1202
find "${PKG_PREFIX}/lib" -name '*.so' -execdir rm -f -- {} \;
1203
find "${PKG_PREFIX}/lib" -name '*.so.*' -execdir rm -f -- {} \;
1204
+ find "${PKG_PREFIX}/lib" -name '*_g.a' -execdir rm -f -- {} \;
1205
1206
local strip="${HOST/-unknown-/-}-strip"
1207
find "${PKG_PREFIX}/lib" -name '*.a' -execdir "${strip}" --strip-unneeded -- {} \;
0 commit comments