Skip to content

Commit e973edb

Browse files
committed
apply patch
1 parent 845dc13 commit e973edb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

xmrig/lib-builder/script/xmrig-fetch.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ version="v6.16.3"
1010

1111
if [ ! -d "xmrig" ]; then
1212
git clone https://github.com/xmrig/xmrig.git -b ${version}
13+
cd ..
14+
cd ..
15+
patch build/src/xmrig/src/net/strategies/DonateStrategy.cpp ./xmrig.patch --force
1316
else
1417
cd xmrig
1518
git checkout ${version}
19+
cd ..
20+
cd ..
21+
cd ..
22+
patch build/src/xmrig/src/net/strategies/DonateStrategy.cpp ./xmrig.patch --force
1623
fi

0 commit comments

Comments
 (0)