diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index bb50a409f5b..6a62315117b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -117,7 +117,7 @@ runs: run: | set -e brew update - brew install autoconf autoconf-archive automake bash ccache coreutils llvm@20 nasm ninja pkg-config qt unzip wabt + brew install autoconf autoconf-archive automake bash ccache coreutils libtool llvm@20 nasm ninja pkg-config qt unzip wabt - name: 'Set required environment variables' if: ${{ inputs.os == 'Linux' && inputs.arch == 'arm64' }} diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index d50cd67d7ce..c8359027b41 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -133,7 +133,7 @@ Xcode 15 or clang from homebrew is required to successfully build ladybird. ``` xcode-select --install -brew install autoconf autoconf-archive automake ccache cmake nasm ninja pkg-config +brew install autoconf autoconf-archive automake ccache cmake libtool nasm ninja pkg-config ``` If you wish to use clang from homebrew instead: diff --git a/vcpkg.json b/vcpkg.json index 3546b8f674e..bd3ddbf5d78 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "builtin-baseline": "120deac3062162151622ca4860575a33844ba10b", + "builtin-baseline": "b0b3de1b1a0aa4b8f2822460aa7f42f991629b3f", "dependencies": [ { "name": "angle",