We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ddad06 + 8bcf8ee commit c2d4efdCopy full SHA for c2d4efd
scripts/build-moneroc.sh
@@ -4,7 +4,7 @@ set -e
4
apt update
5
apt upgrade -y
6
apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl \
7
- lbzip2 libtinfo5 gperf unzip python-is-python3 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
+ lbzip2 libtinfo5 gperf unzip python-is-python3 llvm gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
8
9
git config --global --add safe.directory '*'
10
git config --global user.email "info@magicgrants.org"
0 commit comments