Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prepare_build_env.sh
Browse files Browse the repository at this point in the history
SnowNF authored Sep 20, 2024
1 parent a60ed60 commit 252578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_build_env.sh
Original file line number Diff line number Diff line change
@@ -38,6 +38,6 @@ fi
_notice_ "Building android-tools"
mkdir -p android-tools/build
cd android-tools/build || exit 1
apt install golang-go liblz4-dev libusb-1.0-0-dev libprotobuf-dev libunwind-dev
apt install golang-go liblz4-dev libusb-1.0-0-dev libprotobuf-dev libunwind-dev protobuf-compiler
cmake ..
cmake --build . -j

0 comments on commit 252578e

Please sign in to comment.