vertminer-gpu icon indicating copy to clipboard operation
vertminer-gpu copied to clipboard

readlink has no -f option on Mac OS X

Open daviewales opened this issue 10 years ago • 0 comments

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.)

daviewales avatar Mar 29 '14 08:03 daviewales