Fix macOS build

This commit is contained in:
Andrea Cavalli 2023-06-05 22:47:21 +02:00
parent 942b9206b4
commit d85b961d28
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash -ex
brew update
brew install --force gperf openssl coreutils
brew install --force gperf
brew install --force coreutils
brew install --force openjdk
brew install --force freetype gd libtiff
brew install --force freetype
brew install --force gd
brew install --force libtiff

View File

@ -1,5 +1,8 @@
#!/bin/bash -ex
brew update
brew install --force gperf openssl coreutils
brew install --force gperf
brew install --force coreutils
brew install --force openjdk
brew install --force freetype gd libtiff
brew install --force freetype
brew install --force gd
brew install --force libtiff