Skip to content

Commit

Permalink
macOS CI: build jpeg-xl from source
Browse files Browse the repository at this point in the history
  • Loading branch information
nastys authored and Megamouse committed Sep 5, 2023
1 parent 055c7db commit 7524a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ brew install -f --overwrite nasm ninja git p7zip create-dmg ccache pipenv
#/usr/sbin/softwareupdate --install-rosetta --agree-to-license
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /usr/local/bin/brew update
arch -x86_64 /usr/local/bin/brew install --build-from-source ffmpeg gnutls freetype
arch -x86_64 /usr/local/bin/brew install --build-from-source ffmpeg gnutls freetype jpeg-xl
arch -x86_64 /usr/local/bin/brew install -f --overwrite llvm@16 glew cmake sdl2 vulkan-headers coreutils
arch -x86_64 /usr/local/bin/brew link -f llvm@16

Expand Down

0 comments on commit 7524a35

Please sign in to comment.