1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-17 13:02:57 -04:00

Fixed gcc build.

This commit is contained in:
XMRig
2020-03-23 05:30:11 +07:00
parent b7fbb28a47
commit 382bfb0957
2 changed files with 8 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ public:
# ifdef XMRIG_ALGO_ASTROBWT
if (algo.family() == Algorithm::ASTROBWT) {
algo_l3 = xmrig::OclAstroBWTRunner::BWT_DATA_STRIDE * 17 + 324;
algo_l3 = OclAstroBWTRunner::BWT_DATA_STRIDE * 17 + 324;
}
# endif