We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e32ec + 13268bb commit 70df0b0Copy full SHA for 70df0b0
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