Browse Source

Force cmake to use aarch64 in attempt to fix #202

arm
Duke 1 year ago
parent
commit
804976a3f9
  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