Fix macOS build

This commit is contained in:
Andrea Cavalli 2023-06-05 22:20:03 +02:00
parent babbe3bc81
commit 942b9206b4
2 changed files with 6 additions and 6 deletions

View File

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

View File

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