Skip to content

Commit

Permalink
OSX: drop support for i386 library, switch to arm64
Browse files Browse the repository at this point in the history
Instead of including the old i386+x86_64 dylib in wheels, we'll now use
the x86_64+arm64 version, following upstream's decision.
More info here:
#24 (comment)
  • Loading branch information
sbraz committed Nov 20, 2022
1 parent 82419cd commit 3ac0c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ before_install: |
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
before_install
curl https://mediaarea.net/download/binary/libmediainfo0/${MEDIAINFO_VERSION}/MediaInfo_DLL_${MEDIAINFO_VERSION}_Mac_i386+x86_64.tar.bz2 | tar xj MediaInfoLib/libmediainfo.0.dylib MediaInfoLib/License.html
curl https://mediaarea.net/download/binary/libmediainfo0/${MEDIAINFO_VERSION}/MediaInfo_DLL_${MEDIAINFO_VERSION}_Mac_x86_64+arm64.tar.bz2 | tar xj MediaInfoLib/libmediainfo.0.dylib MediaInfoLib/License.html
# Required for tests to pass with tox
cp MediaInfoLib/libmediainfo.0.dylib /usr/local/lib
mv MediaInfoLib/libmediainfo.0.dylib pymediainfo
Expand Down

0 comments on commit 3ac0c9c

Please sign in to comment.