We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845dc13 commit e973edbCopy full SHA for e973edb
xmrig/lib-builder/script/xmrig-fetch.sh
@@ -10,7 +10,14 @@ version="v6.16.3"
10
11
if [ ! -d "xmrig" ]; then
12
git clone https://github.com/xmrig/xmrig.git -b ${version}
13
+ cd ..
14
15
+ patch build/src/xmrig/src/net/strategies/DonateStrategy.cpp ./xmrig.patch --force
16
else
17
cd xmrig
18
git checkout ${version}
19
20
21
22
23
fi
0 commit comments