Update functions.sh

This commit is contained in:
iko 2023-03-28 20:20:29 +03:00 committed by GitHub
parent fcbe6d620f
commit 2c859db7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ function build_xmrig () {
cd $_XMRIG_BUILD_LOCATION cd $_XMRIG_BUILD_LOCATION
# Configure cmake scafolding # Configure cmake scafolding
cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 cmake ..
# Compile the software # Compile the software
make make