Skip to content

Commit

Permalink
Merge pull request #8511 from radarhere/multibuild_lib64
Browse files Browse the repository at this point in the history
Upgraded multibuild to remove openjpeg lib64 copy
  • Loading branch information
hugovk authored Oct 29, 2024
2 parents bdd0b86 + e5706a5 commit 0fd6086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ function build {
build_libpng
build_lcms2
build_openjpeg
if [ -f /usr/local/lib64/libopenjp2.so ]; then
cp /usr/local/lib64/libopenjp2.so /usr/local/lib
fi

ORIGINAL_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -O3 -DNDEBUG"
Expand Down

0 comments on commit 0fd6086

Please sign in to comment.