Skip to content

Commit

Permalink
update build elf-cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN committed Apr 13, 2024
1 parent 5e45e7c commit 81108a6
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 @@ -5,7 +5,7 @@ sudo bash llvm.sh 17
git clone https://github.com/termux/termux-elf-cleaner || true
cd termux-elf-cleaner
sudo apt install g++-11 cmake -y
cmake . -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11
cmake . -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 -DCMAKE_EXE_LINKER_FLAGS="-Wl,-lpthread"
make
cd ..
. setdevkitpath.sh
Expand Down

0 comments on commit 81108a6

Please sign in to comment.