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 5b82746 commit 8df7e84Copy full SHA for 8df7e84
external_deps/build.sh
@@ -1198,6 +1198,10 @@ build_install() {
1198
# Fix import lib paths to use MSVC-style instead of MinGW ones (see 'genlib' target)
1199
find "${PKG_PREFIX}/lib/cmake" -name '*.cmake' -execdir sed -i -E 's@[.]dll[.]a\b@.lib@g' {} \;
1200
;;
1201
+ linux-*-*)
1202
+ find "${PKG_PREFIX}/lib" -name '*.so' -execdir rm -f -- {} \;
1203
+ find "${PKG_PREFIX}/lib" -name '*.so.*' -execdir rm -f -- {} \;
1204
+ ;;
1205
esac
1206
1207
case "${PLATFORM}" in
0 commit comments