Skip to content

Commit e5706a5

Browse files
committed
Upgraded multibuild to remove openjpeg lib64 copy
1 parent bdd0b86 commit e5706a5

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)