Skip to content

Commit

Permalink
chore: Install flex bison when init_env.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
  • Loading branch information
Asphaltt committed Feb 19, 2024
1 parent e0096c4 commit 0b3b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/init_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uname -a
sudo apt-get update

# 环境安装
sudo apt-get install --yes build-essential pkgconf libelf-dev llvm-${CLANG_NUM} clang-${CLANG_NUM} linux-tools-common linux-tools-generic
sudo apt-get install --yes build-essential pkgconf libelf-dev llvm-${CLANG_NUM} clang-${CLANG_NUM} linux-tools-common linux-tools-generic flex bison
for tool in "clang" "llc" "llvm-strip"
do
sudo rm -f /usr/bin/$tool
Expand Down

0 comments on commit 0b3b762

Please sign in to comment.