Skip to content

Commit

Permalink
Updated to leaf 0.11.0. Improved leaf build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Nov 12, 2024
1 parent 7302e85 commit aae5ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Provides a "VPN" which tunnels all your device network traffic through Tor.
- [Homebrew](https://brew.sh)

```sh
brew install cocoapods bartycrouch fastlane rustup-init automake autoconf libtool gettext
brew install cocoapods bartycrouch fastlane rustup-init automake autoconf libtool gettext cmake
rustup-init -y
rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios aarch64-apple-darwin x86_64-apple-darwin
cargo install cbindgen
Expand Down
3 changes: 1 addition & 2 deletions leaf-ffi-orbot/build-leaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ function clean {
cd "$WORKDIR"

git restore .

rm -rf target
git clean -dxf

cd "$SCRIPTDIR"
}
Expand Down

0 comments on commit aae5ece

Please sign in to comment.