vertminer-gpu
vertminer-gpu copied to clipboard
readlink has no -f option on Mac OS X
autogen.sh
fails with readlink: illegal option -- f
on Mac OS X.
The build works if line 2 is changed to the following:
bs_dir="$(pwd)"
(This will break if you try to run autogen.sh
from outside the current directory, I think. Hence no pull request.)