Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: iOS build issue caused by meson 1.5.0 #204

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .mac-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ check_for rustup "https://rustup.rs" "\
1. Choose the ${GREEN}default${NC} installation option
2. Either logout & login after the installation, or execute: ${YELLOW}source \"\$HOME/.cargo/env\""

echo "Installing v1.4.1 of Meson..."
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/2f89922685ce82af272fe045178f63bfb3bc7289/Formula/m/meson.rb > meson.rb
brew install meson.rb

echo "Installing brew package(s) ..."
brew install android-ndk \
cmake \
nasm \
meson \
ninja \
pkg-config \
ktlint \
Expand Down
Loading