Skip to content

Commit c2d4efd

Browse files
authored
Merge pull request #46 from MAGICGrants/moneroc-build-fix
Add missing apt package to build-monero.sh
2 parents 2ddad06 + 8bcf8ee commit c2d4efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-moneroc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
apt update
55
apt upgrade -y
66
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
7+
lbzip2 libtinfo5 gperf unzip python-is-python3 llvm gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
88

99
git config --global --add safe.directory '*'
1010
git config --global user.email "info@magicgrants.org"

0 commit comments

Comments
 (0)