From 2c859db7e25b47d6301498c42c87f89352b6c3ae Mon Sep 17 00:00:00 2001 From: iko Date: Tue, 28 Mar 2023 20:20:29 +0300 Subject: [PATCH] Update functions.sh --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index aee310c..6210ceb 100755 --- a/functions.sh +++ b/functions.sh @@ -58,7 +58,7 @@ function build_xmrig () { cd $_XMRIG_BUILD_LOCATION # Configure cmake scafolding - cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 + cmake .. # Compile the software make