Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN committed Feb 22, 2024
1 parent 45ab39a commit 2eb09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wget https://apt.llvm.org/llvm.sh
sudo bash llvm.sh 17
git clone https://github.com/termux/termux-elf-cleaner || true
cd termux-elf-cleaner
sudo apt install autoconf m4 automake -y
sudo apt install autoconf m4 automake g++-11 -y
autoreconf -vfi
./configure CXX=/usr/bin/clang++
make
Expand Down

0 comments on commit 2eb09fb

Please sign in to comment.