Skip to content

Commit 0fd6086

Browse files
authored
Merge pull request #8511 from radarhere/multibuild_lib64
Upgraded multibuild to remove openjpeg lib64 copy
2 parents bdd0b86 + e5706a5 commit 0fd6086

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ function build {
9191
build_libpng
9292
build_lcms2
9393
build_openjpeg
94-
if [ -f /usr/local/lib64/libopenjp2.so ]; then
95-
cp /usr/local/lib64/libopenjp2.so /usr/local/lib
96-
fi
9794

9895
ORIGINAL_CFLAGS=$CFLAGS
9996
CFLAGS="$CFLAGS -O3 -DNDEBUG"

0 commit comments

Comments
 (0)