We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f612c69 commit 13268bbCopy full SHA for 13268bb
1 file changed
pkgs/boost/boost.yaml
@@ -91,7 +91,7 @@ build_stages:
91
after: bjam
92
handler: bash
93
bash: |
94
- for lib in ${ARTIFACT}/lib/*.so; do
+ for lib in ${ARTIFACT}/lib/*.so.*; do
95
${PATCHELF} --set-rpath ${ARTIFACT}/lib:${BZIP2_DIR}/lib:${ZLIB_DIR}/lib ${lib}
96
done
97
0 commit comments