Compare commits

...

1 Commits
master ... arm

  1. 2
      util/build.sh

2
util/build.sh

@ -128,7 +128,7 @@ then
ls -la build/librandomx* ls -la build/librandomx*
else else
mkdir build && cd build mkdir build && cd build
cmake -DARCH=native .. cmake -DARCH=aarch64 ..
make make
fi fi

Loading…
Cancel
Save